Skip to content

Commit

Permalink
Fix Hub API test branch checkout (konveyor#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 authored and msajidmansoori12 committed Jul 9, 2024
1 parent 9fb8ec5 commit f649655
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 f649655

Please sign in to comment.