Skip to content

Commit

Permalink
trying with CIRCLE_SHA1 to support "Rerun workflow from failed"
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed Sep 14, 2023
1 parent 64ac3be commit 4b496e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ jobs:
name: Move test zips to 'builds-test-flask' to avoid conflict with production build
command: mv ./builds ./builds-test-flask
- save_cache:
key: builds-test-flask-{{ .Environment.CIRCLE_WORKFLOW_ID }}
key: builds-test-flask-{{ .Environment.CIRCLE_SHA1 }}
paths:
- builds-test-flask
- store_artifacts:
Expand Down Expand Up @@ -1148,7 +1148,7 @@ jobs:
at: .
- restore_cache:
keys:
- builds-test-flask-{{ .Environment.CIRCLE_WORKFLOW_ID }}
- builds-test-flask-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: build:source-map-explorer
command: ./development/source-map-explorer.sh
Expand Down

0 comments on commit 4b496e5

Please sign in to comment.