From 7fb1c4ef8cb1eab39644f89f2e723535b9ef9601 Mon Sep 17 00:00:00 2001 From: Travis Person <165274+travisperson@users.noreply.github.com> Date: Wed, 14 Aug 2019 16:06:59 -0700 Subject: [PATCH] Update submodules before generating checksums (#3239) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17bea3c06f..80e3f45a66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |