0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

Merge branch 'main' of gitlab.com:librewolf-community/browser/source

This commit is contained in:
Bert van der Weerd 2022-02-08 09:34:29 +01:00
commit 8c3ff64f7c
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 4 additions and 3 deletions

View file

@ -5,11 +5,12 @@ stages:
Build:
stage: build
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_STRATEGY: recursive
script:
- make all
- echo VERSION=$(cat version) >> variables.env
- echo RELEASE=$(cat release) >> variables.env
- echo BUILD_JOB_ID=$CI_JOB_ID >> variables.env
artifacts:
paths:
- 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"
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 [$BUILD_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$BUILD_JOB_ID))"
assets:
links:
- name: librewolf-$VERSION-$RELEASE.source.tar.gz

View file

@ -1 +1 @@
5
6