fix error in gitlab ci

This commit is contained in:
Malte Jürgens 2022-07-29 14:24:42 +02:00
parent a1831bf856
commit 25dbc8f9bc
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
2 changed files with 1 additions and 3 deletions

View File

@ -49,8 +49,6 @@ Build:
- tumbleweed
- macos-x86_64
- macos-aarch64
variables:
SOURCE_URL: $SOURCE_URL
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
tags:
- autoscale

View File

@ -127,7 +127,7 @@ ifeq ($(SOURCE_URL),)
wget -q -O $(tarball).sha256sum "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/$(version)-$(source_release)/$(tarball).sha256sum"
sha256sum -c $(tarball).sha256sum
else
wget -q -O $(tarball) "$$(SOURCE_URL)"
wget -q -O $(tarball) "$(SOURCE_URL)"
endif
work : $(tarball)
mkdir work