Skip to content

Commit

Permalink
Merge pull request #5 from ankorstore/fix/fast-pass-cache-key
Browse files Browse the repository at this point in the history
fix: fix pass-fast cache key
  • Loading branch information
ankorstore-haddowg authored Mar 10, 2023
2 parents 7c365d8 + c9afc7c commit 9323159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/pass-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- restore_cache:
name: Getting job history
keys:
- pass-{{ .Environment.CIRCLE_JOB }}-{{ .Environment.CIRCLE_NODE_INDEX }}-$CIRCLE_PIPELINE_ID
- pass-{{ .Environment.CIRCLE_JOB }}-{{ .Environment.CIRCLE_NODE_INDEX }}-<< parameters.pipeline-id >>
- run:
name: Restoring previous artifacts
environment:
Expand All @@ -50,6 +50,6 @@ steps:
command: << include(scripts/pass-fast/record.sh) >>
- save_cache:
name: Saving job success for this revision
key: pass-{{ .Environment.CIRCLE_JOB }}-{{ .Environment.CIRCLE_NODE_INDEX }}-$CIRCLE_PIPELINE_ID
key: pass-{{ .Environment.CIRCLE_JOB }}-{{ .Environment.CIRCLE_NODE_INDEX }}-<< parameters.pipeline-id >>
paths:
- .pass

0 comments on commit 9323159

Please sign in to comment.