Skip to content
Snippets Groups Projects
Commit 04633fbe authored by Chase Qi's avatar Chase Qi
Browse files

ci: skip git clone in lava-* jobs


Skip git operations in lava jobs as these jobs operate exclusively on
artifacts.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 5c03c723
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
image: image:
name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest
variables: variables:
GIT_STRATEGY: none
CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
before_script: before_script:
- test -n "$CI_LAVA_TOKEN" || ( - test -n "$CI_LAVA_TOKEN" || (
...@@ -83,6 +84,7 @@ ...@@ -83,6 +84,7 @@
name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest
stage: report stage: report
variables: variables:
GIT_STRATEGY: none
CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/" CI_LAVA_INSTANCE: "https://lava.ostc-eu.org/"
script: script:
- | - |
......
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