Skip to content
Snippets Groups Projects
Verified Commit b815c9fc authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix caching issue

parent bb241357
Branches
Tags
No related merge requests found
......@@ -3,13 +3,13 @@ stages:
- docs
- deploy
variables:
JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia"
cache:
paths:
- $JULIA_DEPOT_PATH
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
# variables:
# JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia"
#
# cache:
# paths:
# - $JULIA_DEPOT_PATH
# key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment