From 33b099fedbf4f6915ff08a64375e971b58f9018f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Fri, 18 Feb 2022 17:46:37 +0100 Subject: [PATCH] fix deploy step in .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c56a91b..3aaebdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,5 +140,8 @@ Release: Update Repositories: stage: deploy image: curlimages/curl + needs: + - job: "Build" + artifacts: true script: - - curl https://shorsh.de/update_lw_repos.php?version=$(cat version)-$(cat release)&log=true&token=$REPO_DEPLOY_TOKEN + - curl https://shorsh.de/update_lw_repos.php?version=$VERSION-$RELEASE&log=true&token=$REPO_DEPLOY_TOKEN