fix(coex): fix 802.15.4 external coexistence (49a8cdcd)

This commit is contained in:
Xu Si Yu
2024-11-06 14:31:00 +08:00
parent 9baa4202b6
commit ad30777643
10 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ check_lib_reversion:
except:
- master
- /^release\/v/
image: $CI_DOCKER_REGISTRY/esp-env-v5.4:1
image: $CI_DOCKER_REGISTRY/esp-env-v5.5:1
script:
- GIT_COMMIT_ID=`git log --pretty="%s" -1 | grep -o '([0-9a-f]*)' | tail -1 | cut -c 2-8`
- echo "GIT_COMMIT_ID is "$GIT_COMMIT_ID