Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 authored and gonuke committed Feb 15, 2019
1 parent 502d72a commit bfcb9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands:
type: string
default: "build"
steps:
- run: echo $CIRCLE_SHA1 > .circle-sha<< parameters.build >>
- run: echo "$CIRCLE_SHA1<< parameters.build >>" > .circle-sha<< parameters.build >>
- save_cache:
key: v1-repo-{{ checksum ".circle-sha<< parameters.build >>" }}
paths:
Expand Down

0 comments on commit bfcb9ea

Please sign in to comment.