We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef7606 commit 5bd0654Copy full SHA for 5bd0654
.gitlab-ci.yml
@@ -67,7 +67,11 @@ release_job:
67
script:
68
- echo "Releasing the M5Burn..."
69
- python ./tools/release.py
70
+ only:
71
+ refs:
72
+ - tags
73
+ variables:
74
+ - $CI_COMMIT_TAG =~ /^release\/[0-9]+\.[0-9]+\.[0-9]+$/
75
+ - $CI_COMMIT_REF_SLUG == "develop_m5things"
76
tags:
77
- uiflow-firmware
- rules:
- - if: '$CI_COMMIT_TAG =~ /^release\/[0-9]+\.[0-9]+\.[0-9]+$/ && $CI_COMMIT_REF_SLUG == "develop_m5things"'
0 commit comments