mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
changed '| curl' into 'curl'
This commit is contained in:
parent
6af7a59277
commit
4de741ed09
1 changed files with 2 additions and 4 deletions
|
@ -36,13 +36,11 @@ Release:
|
|||
- curl -L --output /usr/local/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
|
||||
- chmod +x /usr/local/bin/release-cli
|
||||
script:
|
||||
- |
|
||||
curl \
|
||||
- curl \
|
||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz \
|
||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz"
|
||||
- |
|
||||
curl \
|
||||
- curl \
|
||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \
|
||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum"
|
||||
|
|
Loading…
Reference in a new issue