This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
00dani
/
lemoncurry
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
49
Wiki
Activity
Browse Source
Simplify the GitLab cache config, should be more reliable this way?
pull/1/head
Danielle McLean
2 years ago
parent
4c0be4ce8b
commit
5ce0af0731
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.gitlab-ci.yml
+ 1
- 2
.gitlab-ci.yml
View File
@ -12,8 +12,7 @@ variables:
cache:
paths:
-
$PIP_CACHE_DIR
-
$PIPENV_CACHE_DIR
-
.cache
test:
script:
Write
Preview
Loading…
Cancel
Save