mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-21 21:23:08 -05:00
-3; new release-cli url
This commit is contained in:
parent
d1e6bab365
commit
77f9270f64
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ Release:
|
|||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y curl jq
|
||||
- curl -L --output /usr/local/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
|
||||
- curl -L --output /usr/local/bin/release-cli "https://gitlab.com/gitlab-org/release-cli/-/package_files/163559016/download"
|
||||
- chmod +x /usr/local/bin/release-cli
|
||||
script:
|
||||
- |
|
||||
|
|
2
release
2
release
|
@ -1 +1 @@
|
|||
2
|
||||
3
|
||||
|
|
Loading…
Reference in a new issue