projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93e601
)
Save Gitlab runner cache, even on a failed test
author
Cesar Strauss
<cestrauss@gmail.com>
Mon, 13 Sep 2021 09:22:43 +0000
(06:22 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Mon, 13 Sep 2021 09:22:43 +0000
(06:22 -0300)
Since our tests currently fail, the cache was never saved, not even once.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index f453e172739dcdee534ed7bd84cec1064417cba3..b05480756dbc1aaa503f2721b07e287643f03680 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-5,6
+5,7
@@
cache:
- ccache
- .cache/pip
- apt-cache
+ when: 'always'
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"