Skip to content
Snippets Groups Projects
Verified Commit e6f857c0 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#50] test if pre-clone script works in job layer

parent 34317b97
No related branches found
No related tags found
1 merge request!39Resolve "Job Failed #80498"
Pipeline #25261 failed
...@@ -19,7 +19,7 @@ build_ubuntu_gcc: ...@@ -19,7 +19,7 @@ build_ubuntu_gcc:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m timeout: 10m
retry: 1 retry: 1
before_script: pre_clone_script:
- git lfs install - git lfs install
script: script:
- mkdir debug - mkdir debug
...@@ -44,7 +44,7 @@ build_win10_msvc: ...@@ -44,7 +44,7 @@ build_win10_msvc:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m timeout: 10m
retry: 1 retry: 1
before_script: pre_clone_script:
- git lfs install - git lfs install
script: script:
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\' - cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment