mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/fix_annotated_tag_check' into 'master'
ci: Fix annotated tag check See merge request espressif/esp-idf!11324
This commit is contained in:
commit
17fea25f45
@ -192,4 +192,4 @@ check_version_tag:
|
||||
- .pre_check_job_template
|
||||
- .rules:tag:release-no_label
|
||||
script:
|
||||
- (git cat-file -t $CI_COMMIT_REF_NAME | grep tag) || echo "ESP-IDF versions must be annotated tags." && exit 1
|
||||
- (git cat-file -t $CI_COMMIT_REF_NAME | grep tag) || (echo "ESP-IDF versions must be annotated tags." && exit 1)
|
||||
|
Loading…
Reference in New Issue
Block a user