From 55a2c4e0bcec94af19ef918143df8b67b19cb520 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 18 Feb 2021 18:26:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8963188..03390a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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