From 9731f35f57476b3953f4c4bc37f77b0a53d5e0f5 Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 17:48:02 +1000 Subject: [PATCH] Run git tag in dev --- kibot-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index bfde858..7260573 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -103,6 +103,7 @@ image: git_tag: - | if [[ $GITLAB_CI == 'true' && $CI_COMMIT_BRANCH == "main" ]]; then + echo "running git tag" git tag $CI_COMMIT_MESSAGE fi @@ -178,6 +179,7 @@ outputs_dev: SUFF_SCH: run_drc print_sch SUFF_PCB: run_erc,update_xml,set_text_variables print_pcb script: + - !reference [.commands, git_tag] - SUFFIX=$SUFF_SCH - !reference [.commands, kibot] - SUFFIX=$SUFF_PCB