Skip to content
代码片段 群组 项目
提交 11a9729c 编辑于 作者: Lin Jen-Shin's avatar Lin Jen-Shin
浏览文件

Fetch repo from artifacts for RSpec jobs

上级 54ebe7b8
No related branches found
No related tags found
无相关合并请求
...@@ -67,7 +67,7 @@ include: ...@@ -67,7 +67,7 @@ include:
extends: extends:
- .rails-job-base - .rails-job-base
- .base-artifacts - .base-artifacts
# - .repo-from-artifacts # Comment this to clone instead of using artifacts - .repo-from-artifacts # Comment this to clone instead of using artifacts
stage: test stage: test
variables: variables:
RUBY_GC_MALLOC_LIMIT: 67108864 RUBY_GC_MALLOC_LIMIT: 67108864
......
...@@ -46,7 +46,7 @@ dont-interrupt-me: ...@@ -46,7 +46,7 @@ dont-interrupt-me:
clone-gitlab-repo: clone-gitlab-repo:
extends: extends:
- .absolutely-predictive-job - .absolutely-predictive-job
rules: [when: never] # Uncomment this to clone instead of using artifacts # rules: [when: never] # Uncomment this to clone instead of using artifacts
stage: sync stage: sync
script: script:
- echo OK - echo OK
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册