Skip to content
Snippets Groups Projects
Commit 79411eb3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Switch to GIT_STRATEGY fetch

It seems each concurrent task gets a separate workspace.
parent a2b9a5fa
No related branches found
No related tags found
No related merge requests found
Pipeline #5570 passed
......@@ -22,7 +22,7 @@ spec:
OSP: "$[[ inputs.os ]]-$[[ inputs.platform ]]"
BUILD_FLAGS: "$[[ inputs.build_flags ]]"
NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]"
GIT_STRATEGY: none
GIT_STRATEGY: fetch
".$[[ inputs.os ]]-build":
stage: build
......@@ -39,8 +39,7 @@ spec:
variables:
GIT_STRATEGY: fetch
script:
- cd 3rdp/build
- gmake ${BUILD_FLAGS} clean
- echo Fetched
"spidermonkey-$[[ inputs.os ]]":
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment