Skip to content

Commit

Permalink
unset env
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Mar 7, 2018
1 parent a92f574 commit 7b8ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ fi
CMSSW_COMMIT=
if [ "X$CMSDIST_ONLY" == Xfalse ]; then
#get the latest commit and mark it as pending
LAST_COMMIT=$($CMS_BOT_DIR/process-pull-request -c -r ${PUB_USER}/cmssw $PULL_REQUEST)
LAST_COMMIT=$(eval $(scram unset -sh); $CMS_BOT_DIR/process-pull-request -c -r ${PUB_USER}/cmssw $PULL_REQUEST)
if [ "X${LAST_COMMIT}" = "X" ] ; then
pushd $WORKSPACE/$RELEASE_FORMAT/src
if [ "X$BRANCH_NAME" = X ]; then
Expand Down

0 comments on commit 7b8ad65

Please sign in to comment.