Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jaster
memopol
Commits
47addc4c
Commit
47addc4c
authored
Feb 27, 2017
by
okhin
Browse files
Fixing the pip-cache system according to
https://fleschenberg.net/gitlab-pip-cache/
parent
9f75dfea
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47addc4c
before_script
:
-
export PIP_CACHE_DIR="pip-cache"
variables
:
PIP_CACHE_DIR = "$CI_PROJECT_DIR/pip-cache"
cache
:
paths
:
-
pip-cache
-
"
$CI_PROJECT_DIR/pip-cache"
key
:
"
$CI_PROJECT_ID"
job test
:
script
:
-
tox
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment