Update .gitlab-ci.yml
This commit is contained in:
parent
07f8415a88
commit
55a2c4e0bc
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build_and_run
|
- build_and_run
|
||||||
- release
|
- release
|
||||||
@ -102,7 +101,7 @@ release-hub:
|
|||||||
|
|
||||||
# Send all tags matching vX.Y.Z to github (code and release)
|
# Send all tags matching vX.Y.Z to github (code and release)
|
||||||
push-github:
|
push-github:
|
||||||
stage: deploy
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq
|
- apt-get update -qq && apt-get install -y -qq
|
||||||
git python3-all-dev git-lfs python3-venv
|
git python3-all-dev git-lfs python3-venv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user