mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Thu Aug 17 10:09:56 PM CEST 2023
This commit is contained in:
parent
69e00a1488
commit
c7ce77bc07
1 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,8 @@ steps:
|
||||||
#
|
#
|
||||||
# release:
|
# release:
|
||||||
# image: alpine
|
# image: alpine
|
||||||
|
# when:
|
||||||
|
# - branch: main
|
||||||
# commands:
|
# commands:
|
||||||
# - apk update -U
|
# - apk update -U
|
||||||
# - apk add nodejs npm
|
# - apk add nodejs npm
|
||||||
|
@ -40,7 +42,8 @@ steps:
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
|
when:
|
||||||
|
- branch: main
|
||||||
settings:
|
settings:
|
||||||
bucket: artifacts
|
bucket: artifacts
|
||||||
source: "*.{tar.gz,sha256sum}"
|
source: "*.{tar.gz,sha256sum}"
|
||||||
|
@ -52,6 +55,8 @@ steps:
|
||||||
|
|
||||||
display-links:
|
display-links:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
when:
|
||||||
|
- 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"
|
||||||
|
|
Loading…
Reference in a new issue