Update .gitlab-ci.yml
This commit is contained in:
parent
07f8415a88
commit
55a2c4e0bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user