summaryrefslogtreecommitdiffstats
path: root/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
blob: bf9d53d40e8cd9852b906112c8526f00414474ad (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# basic build script example
set -e -o pipefail

if [ "${{OS}}" == "ubuntu1404" ]; then
    cd nsh-plugin/build/java/jvpp
    $MVN deploy \
        -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE
    cd -
fi