Skip to content

Commit

Permalink
Merge branch 'fix/fix_ci_issue' into 'main'
Browse files Browse the repository at this point in the history
fix(ci): fix a python version issue

See merge request espressif/esp-thread-br!145
  • Loading branch information
chshu committed Nov 19, 2024
2 parents 34812fe + 2328453 commit 255cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
CI_DOCKER_REGISTRY: "ciregistry.espressif.cn:8443"
ESP_THREAD_BR_PATH: "$CI_PROJECT_DIR"
CI_TOOLS_PATH: "$CI_PROJECT_DIR/tools/ci"
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env-v5.4:1"
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env-v5.5:2"

before_script:
- mkdir -p ~/.ssh
Expand Down

0 comments on commit 255cb23

Please sign in to comment.