Skip to content

Commit

Permalink
ci: restore ssh cache step (#6533)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Oct 13, 2020
1 parent c8973c5 commit ef416de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn run bootstrap
- run: yarn run build
- save_cache:
key: amplify-ssh-deps-{{ .Branch }}
paths:
- ~/.ssh
- persist_to_workspace:
root: /root
paths:
Expand Down Expand Up @@ -581,6 +585,10 @@ jobs:
steps:
- attach_workspace:
at: /root
- restore_cache:
keys:
- amplify-ssh-deps-{{ .Branch }}
- amplify-ssh-deps
- run:
name: 'Post-release steps'
command: |
Expand Down

0 comments on commit ef416de

Please sign in to comment.