aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 12:03:56 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 12:03:56 +0100
commit43730c85ac0ea90fd15f8886bed6e492ba45dda4 (patch)
tree110d6e6f5ff060ef2e429efeb6a7e05857c81fdd
parentc374126c536e4d80a8035230301db2f56dc50c81 (diff)
Add coreutils to Alpine for sha* checksum utils
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63d9268..4ef4ccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ Tarball:
stage: Package
image: alpine:latest
before_script:
- - apk add --no-cache git make perl
+ - apk add --no-cache coreutils git make perl
script:
- git submodule sync
- git submodule update --init --recursive
@@ -21,7 +21,7 @@ Rakudo Star:
stage: Build
image: alpine:latest
before_script:
- - apk add --no-cache bash build-base git perl
+ - apk add --no-cache coreutils bash build-base git perl
- cd -- "$CI_PROJECT_DIR/work/build"
- bin/mkchecksum.sh "work/release/rakudo-star-$CI_COMMIT_REF_NAME.tar.gz"
- tar xzf "$CI_PROJECT_DIR/work/release/rakudo-star-$CI_COMMIT_REF_NAME.tar.gz"