summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-03-28 10:41:13 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-28 15:05:50 +0100
commit22d31c9f48b2c97c6628e437cd34da43f3496fcf (patch)
tree90420929115b4f6eac095ea4cb7ce744418c82fb /.gitlab-ci.yml
parent0949794f4087d965698569ffbcf3f94bd7ba217f (diff)
downloadgnutls-22d31c9f48b2c97c6628e437cd34da43f3496fcf.tar.gz
Let check_if_signed fail if git failstmp-fail-sigcheck
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6ad5ec064..ba7978cff4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ commit-check:
policy: pull
script:
# we want $ALPINE_BASE_BUILD without git, so add it here
- - apk add git
+ - apk add git bash
- devel/check_if_signed
retry: 0