mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-11 13:41:31 -05:00
add build job id to release description
This commit is contained in:
parent
cb7aca3fca
commit
7dbf6c10c0
1 changed files with 3 additions and 2 deletions
|
@ -5,11 +5,12 @@ stages:
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
script:
|
script:
|
||||||
- make all
|
- make all
|
||||||
- echo VERSION=$(cat version) >> variables.env
|
- echo VERSION=$(cat version) >> variables.env
|
||||||
- echo RELEASE=$(cat release) >> variables.env
|
- echo RELEASE=$(cat release) >> variables.env
|
||||||
|
- echo BUILD_JOB_ID=$CI_JOB_ID >> variables.env
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- librewolf-*.source.tar.gz
|
- librewolf-*.source.tar.gz
|
||||||
|
@ -47,7 +48,7 @@ Release:
|
||||||
"$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 v$VERSION-$RELEASE"
|
description: "## LibreWolf Source Release v$VERSION-$RELEASE\n\n- \n\n(Built on GitLab by job [$CI_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$CI_JOB_ID))"
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: librewolf-$VERSION-$RELEASE.source.tar.gz
|
- name: librewolf-$VERSION-$RELEASE.source.tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue