Add release job & update deploy job

This commit is contained in:
Sonny Bakker 2020-07-30 23:09:46 +02:00
parent cba167c98c
commit 7adb1cddb8
4 changed files with 16 additions and 8 deletions

View file

@ -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'