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:
|
||||
# image: alpine
|
||||
# when:
|
||||
# - branch: main
|
||||
# commands:
|
||||
# - apk update -U
|
||||
# - apk add nodejs npm
|
||||
|
@ -40,7 +42,8 @@ steps:
|
|||
|
||||
upload:
|
||||
image: woodpeckerci/plugin-s3
|
||||
|
||||
when:
|
||||
- branch: main
|
||||
settings:
|
||||
bucket: artifacts
|
||||
source: "*.{tar.gz,sha256sum}"
|
||||
|
@ -52,6 +55,8 @@ steps:
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue