mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
update .gitlab-ci.yml
This commit is contained in:
parent
d67055e3d7
commit
03b530f6f7
2 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@ 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
|
||||||
|
@ -29,8 +29,6 @@ Release:
|
||||||
except:
|
except:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y curl
|
|
||||||
- curl -L --output /usr/local/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
|
- curl -L --output /usr/local/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
|
||||||
- chmod +x /usr/local/bin/release-cli
|
- chmod +x /usr/local/bin/release-cli
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a37e084e99e48e4bef59e5a6d5da57739554b58
|
Subproject commit 886b0f9652945de1849b06295fe2ba48cc2bda27
|
Loading…
Reference in a new issue