Explorar o código

Merge branch 'ci/fix_annotated_tag_check' into 'master'

ci: Fix annotated tag check

See merge request espressif/esp-idf!11324
Angus Gratton %!s(int64=5) %!d(string=hai) anos
pai
achega
17fea25f45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/ci/config/pre_check.yml

+ 1 - 1
tools/ci/config/pre_check.yml

@@ -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)