Skip to content

Commit

Permalink
fix which repo is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaina authored and amaltaro committed Jun 16, 2021
1 parent 1dd5da8 commit f1b2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab_tests/CRABScripts/pyfuturePRCRABClient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pushd crabclient_test/CRABClient
export PYTHONPATH=`pwd`/test/python:`pwd`/src/python:${PYTHONPATH}

# Figure out the one commit we are interested in and what happens to the repo if we were to merge it
git config remote.origin.url https://github.com/dmwm/CRABServer.git
git config remote.origin.url https://github.com/dmwm/CRABClient.git
git fetch origin pull/${ghprbPullId}/merge:PR_MERGE
export COMMIT=`git rev-parse "PR_MERGE^{commit}"`
git checkout -f ${COMMIT}
Expand Down

0 comments on commit f1b2970

Please sign in to comment.