Commit d394226e authored by DJ Mountney's avatar DJ Mountney

Set GIT_DEPTH to 1 to speed up cloning for the cloud images trigger

parent 4c63e904
......@@ -307,6 +307,8 @@ cloud-native-image:
before_script: []
stage: build
allow_failure: true
variables:
GIT_DEPTH: "1"
cache: {}
before_script:
- gem install gitlab --no-rdoc --no-ri
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment