Fix typo in WORKSPACE env var 95/4995/3
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 22 Dec 2015 00:47:41 +0000 (01:47 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 22 Dec 2015 00:52:48 +0000 (00:52 +0000)
Change-Id: I6ecd98679227803f40585da2af0697d2e72c44e0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-upload-artifact.sh

index fc35023..fa695e6 100755 (executable)
@@ -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