Commit 1fb431c6 authored by DJ Mountney's avatar DJ Mountney

Use defaults for retry

And use a supported syntax for ignoring docs during gem install
parent 0bc78d08
...@@ -307,9 +307,8 @@ cloud-native-image: ...@@ -307,9 +307,8 @@ cloud-native-image:
stage: build stage: build
allow_failure: true allow_failure: true
cache: {} cache: {}
retry: 0
before_script: before_script:
- gem install gitlab --no-doc - gem install gitlab --no-rdoc --no-ri
- chmod 755 ./scripts/trigger-build-cloud-native - chmod 755 ./scripts/trigger-build-cloud-native
script: script:
- ./scripts/trigger-build-cloud-native - ./scripts/trigger-build-cloud-native
......
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