Skip to content
Snippets Groups Projects

Fix CI caching

Closed David Gabriel Monk requested to merge dmonk-master-patch-68520 into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -66,12 +66,12 @@ Make Project:
artifacts:
paths:
- ci/builds/artifacts
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- ci/builds/work/var
- ci/builds/work/src
- ci/builds/work/.ipbbwork
# cache:
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - ci/builds/work/var
# - ci/builds/work/src
# - ci/builds/work/.ipbbwork
Check Syntax:
extends: .vivado-job
Loading