From 582f7d9fcd0d780fd8be8d8b5cceb823d4ed6d35 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 22 Dec 2015 01:47:41 +0100 Subject: Fix typo in WORKSPACE env var Change-Id: I6ecd98679227803f40585da2af0697d2e72c44e0 Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel-upload-artifact.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/fuel/fuel-upload-artifact.sh b/jjb/fuel/fuel-upload-artifact.sh index fc350235e..fa695e6b0 100755 --- a/jjb/fuel/fuel-upload-artifact.sh +++ b/jjb/fuel/fuel-upload-artifact.sh @@ -4,9 +4,9 @@ set -o nounset set -o pipefail # check if we built something -if [ -f $WORKSPSACE/.noupload ]; then +if [ -f $WORKSPACE/.noupload ]; then echo "Nothing new to upload. Exiting." - /bin/rm -f $WORKSPSACE/.noupload + /bin/rm -f $WORKSPACE/.noupload exit 0 fi -- cgit 1.2.3-korg