0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

Thu Aug 17 10:09:56 PM CEST 2023

This commit is contained in:
Bert van der Weerd 2023-08-17 22:09:56 +02:00
parent 69e00a1488
commit c7ce77bc07
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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"