From 5e4907c5fd21d4883e3c6c98ad23be0c186afc01 Mon Sep 17 00:00:00 2001 From: John Wise Date: Wed, 13 Jul 2022 11:37:11 -0400 Subject: [PATCH] Fetching tags from PR issuing repo in CI --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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