Update .gitlab-ci.yml file

This commit is contained in:
Malte Jürgens 2022-03-09 19:50:49 +00:00
parent 07115843d6
commit f744b56919

View file

@ -139,9 +139,12 @@ Release:
Update Repositories: Update Repositories:
stage: deploy stage: deploy
image: curlimages/curl
needs: needs:
- job: "Build" - job: "Build"
artifacts: true - job: "Release"
image: ubuntu
before_script:
- apt-get update
- apt-get install -y curl
script: script:
- curl https://shorsh.de/update_lw_repos.php?version=$VERSION-$RELEASE&log=true&token=$REPO_DEPLOY_TOKEN - curl https://shorsh.de/update_lw_repos.php?version=$(cat version)-$(cat release)&log=true&token=$REPO_DEPLOY_TOKEN