Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed May 17, 2022
1 parent 44994da commit db27c37
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,17 @@ executors:
commands:

checkout_code:
- restore_cache:
keys:
- repo-source-{{ .Branch }}-{{ .Revision }}
- repo-source-{{ .Branch }}-
- repo-source-
- checkout
- save_cache:
key: repo-source-{{ .Branch }}-{{ .Revision }}
paths:
- ".git"
steps:
- restore_cache:
keys:
- repo-source-{{ .Branch }}-{{ .Revision }}
- repo-source-{{ .Branch }}-
- repo-source-
- checkout
- save_cache:
key: repo-source-{{ .Branch }}-{{ .Revision }}
paths:
- ".git"

setup_artifacts:
steps:
Expand Down

0 comments on commit db27c37

Please sign in to comment.