fix deploy step in .gitlab-ci.yml

This commit is contained in:
Malte Jürgens 2022-02-18 17:46:37 +01:00
parent b1d0dce08a
commit 33b099fedb
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -140,5 +140,8 @@ Release:
Update Repositories: Update Repositories:
stage: deploy stage: deploy
image: curlimages/curl image: curlimages/curl
needs:
- job: "Build"
artifacts: true
script: 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