diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5309b63..82f207e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Makefile b/Makefile index 4a60be5..6a04f6f 100644 --- a/Makefile +++ b/Makefile @@ -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