Repository: trafficserver Updated Branches: refs/heads/master 3da2edb33 -> 57a53c648
Fix missing quote Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/57a53c64 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/57a53c64 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/57a53c64 Branch: refs/heads/master Commit: 57a53c648a883ecfc84c6d32b7a60cf8b96c3aa5 Parents: 3da2edb Author: Leif Hedstrom <[email protected]> Authored: Mon May 5 18:43:41 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Mon May 5 18:43:41 2014 -0700 ---------------------------------------------------------------------- ci/jenkins/bin/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/57a53c64/ci/jenkins/bin/cleanup.sh ---------------------------------------------------------------------- diff --git a/ci/jenkins/bin/cleanup.sh b/ci/jenkins/bin/cleanup.sh index 2c7cbdd..b0336dd 100755 --- a/ci/jenkins/bin/cleanup.sh +++ b/ci/jenkins/bin/cleanup.sh @@ -21,5 +21,5 @@ cd "${WORKSPACE}/${BUILD_NUMBER}/build" make distclean # Final cleanup, this removes the build and install areas -cd "${WORKSPACE} +cd "${WORKSPACE}" rm ${BUILD_NUMBER}
