summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e16aeb2..96e3669 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,16 +2,15 @@
stages:
- test
- - coverage
variables:
GIT_SUBMODULE_STRATEGY: recursive
- fennel_ver: 0.9.2
+ fennel_ver: 0.10.0
fenneldoc_ver: v0.1.6
.install_fennel: &fennel |-
cd "$HOME"
- git clone -q --depth=1 --branch=0.9.2 https://git.sr.ht/~technomancy/fennel
+ git clone -q --depth=1 --branch="$fennel_ver" https://git.sr.ht/~technomancy/fennel
cd fennel || exit -1
make install
cd "$CI_PROJECT_DIR"