Ver Fonte

Merge branch 'ci/fix_annotated_tag_check_v4.0' into 'release/v4.0'

ci: Fix annotated tag check (v4.0)

See merge request espressif/esp-idf!11333
Angus Gratton há 5 anos atrás
pai
commit
39ca3ee8dc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/ci/config/check.yml

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

@@ -136,5 +136,5 @@ check_version_tag:
     variables:
     variables:
       - $BOT_TRIGGER_WITH_LABEL == null
       - $BOT_TRIGGER_WITH_LABEL == null
   script:
   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)