Skip to content

Commit

Permalink
Update submodules before generating checksums (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson authored Aug 14, 2019
1 parent 5427eb7 commit 7fb1c4e
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 @@ -393,12 +393,12 @@ jobs:
export AWS_SECRET_ACCESS_KEY=$AWS_ECR_SECRET_ACCESS_KEY
eval $(aws --region us-east-1 ecr --no-include-email get-login)
- checkout
- update_submodules
- generate_rust_submodules_checksums
- attach_workspace:
at: "."
- restore_cache:
key: v1-proof-params-{{ arch }}-{{ checksum "/tmp/rust-fil-proofs-checksum.txt" }}
- update_submodules
- run:
name: build a base image
command: |
Expand Down

0 comments on commit 7fb1c4e

Please sign in to comment.