Skip to content

Commit

Permalink
Fix Hub API test branch checkout (#132)
Browse files Browse the repository at this point in the history
Updating script checking out hub API tests to be able checkout diverged
branches (previous git pull command failed on this).

Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Jun 17, 2024
1 parent dda4b0b commit 7847f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub-api/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if [ ! -d $HUB_TMP_DIR ]; then
fi

cd $HUB_TMP_DIR
git pull origin ${BRANCH}
git checkout -b api-tests-run origin/${BRANCH}

make test-api

0 comments on commit 7847f48

Please sign in to comment.