Fix typo in include-raw-nsh_sfc-pkg-push.sh
[ci-management.git] / jjb / nsh_sfc / include-raw-nsh_sfc-pkg-push.sh
index bf9d53d..c92db08 100644 (file)
@@ -2,7 +2,7 @@
 # basic build script example
 set -e -o pipefail
 
-if [ "${{OS}}" == "ubuntu1404" ]; then
+if [ "${OS}" == "ubuntu1404" ]; then
     cd nsh-plugin/build/java/jvpp
     $MVN deploy \
         -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE