From: Ed Warnicke Date: Thu, 8 Sep 2016 22:46:38 +0000 (-0700) Subject: Fix typo in include-raw-nsh_sfc-pkg-push.sh X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=90376f938ca660812d04bf231b7f13a6545bd8be;p=ci-management.git Fix typo in include-raw-nsh_sfc-pkg-push.sh Change-Id: I41fcc9719257999c953b35e27ca75547e3d11195 Signed-off-by: Ed Warnicke --- 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