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