summaryrefslogtreecommitdiffstats
path: root/jjb/nsh_sfc
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/nsh_sfc')
-rw-r--r--jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh b/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
index bf9d53d40..c92db08cb 100644
--- a/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
+++ b/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
@@ -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