Fix typo in include-raw-nsh_sfc-pkg-push.sh
[ci-management.git] / jjb / nsh_sfc / include-raw-nsh_sfc-pkg-push.sh
1 #!/bin/bash
2 # basic build script example
3 set -e -o pipefail
4
5 if [ "${OS}" == "ubuntu1404" ]; then
6     cd nsh-plugin/build/java/jvpp
7     $MVN deploy \
8         -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE
9     cd -
10 fi