提交 acdb7435 编写于 作者: R Rémy Coutable

Merge branch 'use-git-depth-1-on-cng-trigger' into 'master'

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

See merge request gitlab-org/gitlab-ce!19098
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册