[Qa-jenkins-scm] [jenkins.debian.net] 02/07: workspace --> $WORKSPACE (how did that ever work before?)

Holger Levsen holger at moszumanska.debian.org
Fri Dec 11 17:03:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 91570ea623257e5b14c1ca1326fbb367c4b658f9
Author: Philip Hands <phil at hands.com>
Date:   Fri Dec 11 10:33:34 2015 +0100

    workspace --> $WORKSPACE (how did that ever work before?)
---
 bin/d-i_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 36c3a52..657173a 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -14,7 +14,7 @@ clean_workspace() {
 	cd $WORKSPACE
 	cd ..
 	rm -fv *.deb *.udeb *.dsc *_*.build *_*.changes *_*.tar.gz *_*.tar.bz2 *_*.tar.xz *_*.buildinfo
-	cd workspace
+	cd $WORKSPACE
 	git clean -dfx
 	git reset --hard
 	#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list