aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 16:27:01 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 16:27:01 +0100
commite57d82fda6b689000a67c1b2a6bb3cf5c07ec5b4 (patch)
tree7047d6fced64368b8a96b7435fdfe24dcc5abc00
parentba893d502396ea7aa46d18add41fe4045382a626 (diff)
Include perl as a dependency for packaging
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c31691f..3885597 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ tarball:
stage: Package
image: alpine:latest
before_script:
- - apk add --no-cache git make
+ - apk add --no-cache git make perl
script:
- git submodule sync
- git submodule update --init --recursive