Skip to content

Commit

Permalink
Fetching tags from PR issuing repo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwise77 committed Jul 13, 2022
1 parent 39262f4 commit 5e4907c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e4907c

Please sign in to comment.