diff --git a/.circleci/config.yml b/.circleci/config.yml index 193d209b85..d43cb59f1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,10 @@ jobs: # The second checkout ensures we have the most recent code since the # restore_cache step above can override the go-filecoin code with cached code + - run: + name: fetch all tags + command: | + git fetch --all - checkout # groth parameters are lazily generated by rust-proofs during seal @@ -145,6 +149,10 @@ jobs: # The second checkout ensures we have the most recent code since the # restore_cache step above can override the go-filecoin code with cached code + - run: + name: fetch all tags + command: | + git fetch --all - checkout # groth parameters are lazily generated by rust-proofs during seal @@ -244,6 +252,11 @@ jobs: - setup_remote_docker: docker_layer_caching: true - checkout + - run: + name: fetch all tags + command: | + git fetch --all + - checkout - attach_workspace: at: "." - run: