summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjjb/fuel/fuel-upload-artifact.sh4
1 files 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