bugfixes
This commit is contained in:
parent
53139c3305
commit
4db0689b69
1 changed files with 3 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ Release:
|
||||||
curl \
|
curl \
|
||||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||||
--upload-file "$1" \
|
--upload-file "$1" \
|
||||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf/$VERSION-$RELEASE/$1"
|
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf/$FILEVER/$1"
|
||||||
}
|
}
|
||||||
upload_package librewolf-$FILEVER.en-US.debian11.x86_64.deb
|
upload_package librewolf-$FILEVER.en-US.debian11.x86_64.deb
|
||||||
upload_package librewolf-$FILEVER.en-US.debian11.x86_64.deb.sha256sum
|
upload_package librewolf-$FILEVER.en-US.debian11.x86_64.deb.sha256sum
|
||||||
|
|
@ -153,6 +153,7 @@ Update Repositories:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
- job: "Build"
|
- job: "Build"
|
||||||
|
artifacts: true
|
||||||
- job: "Release"
|
- job: "Release"
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
@ -163,4 +164,4 @@ Update Repositories:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y curl
|
- apt-get install -y curl
|
||||||
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=$FILEVER&log=true&token=$REPO_DEPLOY_TOKEN"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue