fix deploy step in .gitlab-ci.yml
This commit is contained in:
parent
b1d0dce08a
commit
33b099fedb
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue