Skip to content
Snippets Groups Projects
Commit 1bb62fda authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

CI: tweak cache.key to fix error

Error is:

  jobs:test:cache:key config cannot contain the "/" character
parent b97f68cd
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ test:
after_script:
- rm gitID.txt
cache:
key: "$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME"
key: "$CI_PROJECT_NAMESPACE:$CI_PROJECT_NAME:$CI_JOB_NAME"
untracked: true
artifacts:
expire_in: 4w
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment