Skip to content
Snippets Groups Projects
Commit 47926452 authored by git-directory-deploy's avatar git-directory-deploy
Browse files

PIpeline - Add publish stage

parent 33d1285f
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