Skip to content

Commit

Permalink
fix: actually fix mint caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
protonjohn committed Sep 26, 2024
1 parent bc5c737 commit 52e0c69
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 52e0c69

Please sign in to comment.