mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-11 13:41:31 -05:00
commented out release: stuff from Release stage
This commit is contained in:
parent
ca11bf16ea
commit
8e21979b08
1 changed files with 12 additions and 11 deletions
|
@ -46,14 +46,15 @@ Release:
|
||||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \
|
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \
|
||||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum"
|
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum"
|
||||||
release:
|
# release:
|
||||||
tag_name: "$VERSION-$RELEASE"
|
# tag_name: "$VERSION-$RELEASE"
|
||||||
description: "## LibreWolf Source Release v$VERSION-$RELEASE\n\n- \n\n(Built on GitLab by job [$BUILD_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$BUILD_JOB_ID))"
|
# description: "## LibreWolf Source Release v$VERSION-$RELEASE\n\n- \n\n(Built on GitLab by job [$BUILD_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$BUILD_JOB_ID))"
|
||||||
assets:
|
# assets:
|
||||||
links:
|
# links:
|
||||||
- name: librewolf-$VERSION-$RELEASE.source.tar.gz
|
# - name: librewolf-$VERSION-$RELEASE.source.tar.gz
|
||||||
link_type: package
|
# link_type: package
|
||||||
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz
|
# url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz
|
||||||
- name: librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
# - name: librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
||||||
link_type: other
|
# link_type: other
|
||||||
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
# url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
||||||
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue