Update .gitlab-ci.yml

This commit is contained in:
Chris Wright 2021-02-18 18:26:37 +00:00
parent 07f8415a88
commit 55a2c4e0bc

View File

@ -1,4 +1,3 @@
stages:
- build_and_run
- release
@ -102,7 +101,7 @@ release-hub:
# Send all tags matching vX.Y.Z to github (code and release)
push-github:
stage: deploy
stage: release
before_script:
- apt-get update -qq && apt-get install -y -qq
git python3-all-dev git-lfs python3-venv