From 4025e245724815cbda30f9b896f73ca740706f60 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Mon, 5 Sep 2022 17:09:57 +0200 Subject: [PATCH] fix cloc script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b0140c..a33e8f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ build_cloc: script: - apk add cloc - cd pages/cloc - - ./run-cloc.sh + - sh run-cloc.sh artifacts: paths: - pages/docs/cloc.md -- GitLab