We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11bfbc commit babe493Copy full SHA for babe493
.gitlab/ci/src_cache.yml
@@ -22,6 +22,7 @@ push_src_cache amd:
22
stage: .pre
23
rules:
24
- if: $CI_DESCRIPTION =~ /Nightly/
25
+ allow_failure: true
26
interruptible: false
27
script:
28
- echo "Saving git repo in cache"
@@ -37,6 +38,7 @@ pull_src_cache amd:
37
38
39
40
41
42
43
variables:
44
GIT_STRATEGY: none
0 commit comments