summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-10-31 14:34:32 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2022-10-31 14:34:58 +0300
commitb8b60392a0dc450b85e8713323c8986bb350f7fe (patch)
tree261708aee85b0255ef79de50e5d5285e3c354c5d /.gitlab-ci.yml
parentd5c73f5ee4a5b769c691b56adf80bb1c3c10f5ee (diff)
update fennel and fenneldoc
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 408a458..cac89e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
- fennel_ver: main # TODO: revert back to stable once fcollect is released
- fenneldoc_ver: v0.1.8
+ fennel_ver: 1.2.1
+ fenneldoc_ver: v1.0.0
.install_fennel: &fennel |-
cd "$HOME"