diff --git a/.circleci/config.yml b/.circleci/config.yml index 204a8b37f..a4a2902bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,9 @@ commands: echo 'export ENZOTEST_DIR=$HOME/enzo_test' >> $BASH_ENV echo 'export ANSWER_NAME="push_suite"' >> $BASH_ENV echo 'export HYPRE=2.20.0' >> $BASH_ENV - # get tags from the main repository (for the current gold standard) + # get tags from the main and PR repository (for the current gold standard) git fetch --tags https://github.com/enzo-project/enzo-dev + git fetch --tags origin # tag the tip so we can go back to it git tag tip