From a810b5af6168fdbcfe7b6712f5a473573ffc9771 Mon Sep 17 00:00:00 2001 From: andrewc Date: Fri, 3 Nov 2023 18:02:54 +1000 Subject: [PATCH] Changed quotes around rev env variable in deafult.kibot --- default.kibot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.kibot.yaml b/default.kibot.yaml index 1359f84..98ed39c 100644 --- a/default.kibot.yaml +++ b/default.kibot.yaml @@ -11,7 +11,7 @@ preflight: run_drc: true set_text_variables: - name: 'rev' - command: "if [ $(git describe --tags | wc -w) -gt 0 ]; then git describe --tags | sed -e 's/\([r,R][0-9]\+\)*$//g'; else echo $CI_COMMIT_SHORT_SHA; fi" + command: 'if [ $(git describe --tags | wc -w) -gt 0 ]; then git describe --tags | sed -e "s/\([r,R][0-9]\+\)*$//g"; else echo $CI_COMMIT_SHORT_SHA; fi' - name: 'date' expand_kibot_patterns: true text: '%D'