From cd89b0cc23e281df2807fc0650d79b833544fc2f Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 17 Oct 2021 13:15:50 +0300 Subject: fix(CI): bump fennel in ci --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') 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" -- cgit v1.2.3