mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -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]
|
secrets: [aws_access_key_id, aws_secret_access_key]
|
||||||
|
|
||||||
display-links:
|
# display-links:
|
||||||
image: alpine
|
# image: alpine
|
||||||
when:
|
# when:
|
||||||
- branch: main
|
# - branch: main
|
||||||
commands:
|
# 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"
|
||||||
- echo "https://storage.ci.librewolf.net/artifacts/${CI_BUILD_NUMBER}/librewolf-$(cat version)-$(cat release).source.tar.gz.sha256sum"
|
# - 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
|
# my ts+axios api stuff to make the codeberg release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue