Run git tag in dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user