mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Tue Sep 12 04:33:30 PM CEST 2023
This commit is contained in:
parent
53d14b7445
commit
7e2fba4cba
1 changed files with 7 additions and 7 deletions
|
@ -39,13 +39,13 @@ steps:
|
|||
|
||||
secrets: [aws_access_key_id, aws_secret_access_key]
|
||||
|
||||
display-links:
|
||||
image: alpine
|
||||
when:
|
||||
- branch: main
|
||||
commands:
|
||||
- echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz"
|
||||
- echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz.sha256sum"
|
||||
# display-links:
|
||||
# image: alpine
|
||||
# when:
|
||||
# - branch: main
|
||||
# commands:
|
||||
# - echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz"
|
||||
# - echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz.sha256sum"
|
||||
|
||||
# my ts+axios api stuff to make the codeberg release
|
||||
|
||||
|
|
Loading…
Reference in a new issue