Add release job & update deploy job
This commit is contained in:
parent
cba167c98c
commit
7adb1cddb8
4 changed files with 16 additions and 8 deletions
|
|
@ -2,6 +2,7 @@ stages:
|
|||
- build
|
||||
- test
|
||||
- lint
|
||||
- release
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
|
|
@ -25,4 +26,5 @@ include:
|
|||
- local: '/gitlab-ci/build.yml'
|
||||
- local: '/gitlab-ci/test.yml'
|
||||
- local: '/gitlab-ci/lint.yml'
|
||||
- local: '/gitlab-ci/release.yml'
|
||||
- local: '/gitlab-ci/deploy.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue