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: ...@@ -11,6 +11,7 @@ stages:
- test - test
- build - build
- build_release - build_release
- publish
build: build:
stage: build stage: build
...@@ -41,6 +42,14 @@ build_stack: ...@@ -41,6 +42,14 @@ build_stack:
- master - master
when: manual when: manual
publish:
stage: publish
script:
- yarn cozyPublish
only:
- tags
when: manual
mr_sonarqube: mr_sonarqube:
stage: test stage: test
only: 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