Skip to content
Snippets Groups Projects
Commit 00ae66db authored by Yoan VALLET's avatar Yoan VALLET
Browse files

Merge branch 'dev' into 'master'

PIpeline - Add publish stage

See merge request web-et-numerique/llle_project/ecolyo!2
parents ebb37790 47926452
No related branches found
No related tags found
1 merge request!2PIpeline - Add publish stage
......@@ -11,6 +11,7 @@ stages:
- test
- build
- build_release
- publish
build:
stage: build
......@@ -41,6 +42,14 @@ build_stack:
- master
when: manual
publish:
stage: publish
script:
- yarn cozyPublish
only:
- tags
when: manual
mr_sonarqube:
stage: test
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment