ci: windows_provision ohne Checkout (GIT_STRATEGY none) - Henne-Ei mit fehlendem git
This commit is contained in:
@@ -168,6 +168,9 @@ windows_provision:
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
when: manual
|
||||
allow_failure: true
|
||||
variables:
|
||||
# Kein Checkout - der braeuchte git, das dieser Job erst installiert (Henne-Ei)
|
||||
GIT_STRATEGY: none
|
||||
script:
|
||||
- choco install -y git
|
||||
- choco install -y nasm
|
||||
|
||||
Reference in New Issue
Block a user