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: ...@@ -3,13 +3,13 @@ stages:
- docs - docs
- deploy - deploy
variables: # variables:
JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia" # JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia"
#
cache: # cache:
paths: # paths:
- $JULIA_DEPOT_PATH # - $JULIA_DEPOT_PATH
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" # key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment