Skip to content

Commit 245e7d4

Browse files
gerekonerhankur
authored andcommitted
esp/ci: Fix IDF tools update job
1 parent fa00e18 commit 245e7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ update_idf_tools:
311311
variables:
312312
TOOL_NAME: OpenOCD
313313
TOOL_MEMBERS: openocd-esp32
314-
TOOL_VERSION: ${GH_REL_TAG}
315-
TOOL_SHA256_URL: https://github.com/espressif/openocd-esp32/releases/download/${GH_REL_TAG}/${SHA256_FILE}
314+
TOOL_VERSION: ${CI_COMMIT_TAG}
315+
TOOL_SHA256_URL: https://github.com/espressif/openocd-esp32/releases/download/${CI_COMMIT_TAG}/openocd-esp32-${CI_COMMIT_TAG}-checksum.sha256
316316
trigger:
317317
project: idf/idf-tools-updater
318318
strategy: depend

0 commit comments

Comments
 (0)