Skip to content

Commit

Permalink
ci: fix windows_manifest repo clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapshin committed Aug 25, 2024
1 parent ba34f99 commit 270bed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ riscv32_esp_win64:
# URL to windows manifest repo
MANIFEST_SCRIPTS_GIT: "${CI_SERVER_PROTOCOL}://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/espressif/windows_manifest.git"
script:
- git clone -q --depth=1 ${MANIFEST_SCRIPTS_GIT} -b ${CI_COMMIT_REF_NAME}
- if ($LASTEXITCODE -ne 0) { git clone -q --depth=1 ${MANIFEST_SCRIPTS_GIT} }
- git clone -q --depth=1 ${MANIFEST_SCRIPTS_GIT} -b ${CI_COMMIT_REF_NAME}; if ($LASTEXITCODE -ne 0) { git clone -q --depth=1 ${MANIFEST_SCRIPTS_GIT} }
- ./windows_manifest/run.ps1

win_manifest_xtensa_esp_win64:
Expand Down

0 comments on commit 270bed0

Please sign in to comment.