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

That wasn't the clone job

parent 0c95cca2
Branches
Tags
No related merge requests found
...@@ -23,8 +23,6 @@ spec: ...@@ -23,8 +23,6 @@ spec:
BUILD_FLAGS: "$[[ inputs.build_flags ]]" BUILD_FLAGS: "$[[ inputs.build_flags ]]"
NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]" NO_JAVASCRIPT: "$[[ inputs.no_javascript ]]"
GIT_STRATEGY: none GIT_STRATEGY: none
script:
- echo Cloned
".$[[ inputs.os ]]-build": ".$[[ inputs.os ]]-build":
stage: build stage: build
...@@ -38,6 +36,8 @@ spec: ...@@ -38,6 +36,8 @@ spec:
extends: .rules extends: .rules
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
script:
- echo Cloned
"spidermonkey-$[[ inputs.os ]]": "spidermonkey-$[[ inputs.os ]]":
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment