Skip to content

Commit

Permalink
pass remote workspace to kill the release build
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 27, 2015
1 parent c101275 commit 2b05717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kill-build-release
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

CMSSW_X_Y_Z=$1
ARCHITECTURE=$2
WORKSPACE=${WORKSPACE-"/build/cmsbuild/auto-builds/$CMSSW_X_Y_Z-$ARCHITECTURE/"}
WORKSPACE=$3
PID_TO_KILL=`ps -awx 2>&1 | grep docker_launcher.sh | grep $CMSSW_X_Y_Z | grep $ARCHITECTURE | awk '{print $1}'`

pushd $WORKSPACE
Expand Down

0 comments on commit 2b05717

Please sign in to comment.