Skip to content

Commit

Permalink
Merge branch 'jkb/fix/mint-caching' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
protonjohn committed Sep 26, 2024
2 parents bc5c737 + 52e0c69 commit 30bb4e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Integration/Templates/gitlab-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ include:
cache: &mint_cache_cache
- key: mint-$CI_COMMIT_REF_SLUG
fallback_keys:
- mint-host-{{ config.userProperties.releaseBranch }}
- mint-host-$CI_DEFAULT_BRANCH
- mint-{{ config.userProperties.releaseBranch }}
paths:
- $MINT_CACHE_PATH
policy: $MINT_CACHE_POLICY
Expand Down

0 comments on commit 30bb4e4

Please sign in to comment.