summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-09-08 22:48:28 +0000
committerGerrit Code Review <gerrit@fd.io>2016-09-08 22:48:28 +0000
commit3cc7f1ab79428943e0a2a6c82c54954d80dc6f85 (patch)
tree39897269fcc007f851999ac7e116e7e8a6ef1bb6
parentc759e33db3671e6562f89ad4af1c97f5d2d4f33e (diff)
parent90376f938ca660812d04bf231b7f13a6545bd8be (diff)
Merge "Fix typo in include-raw-nsh_sfc-pkg-push.sh"
-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