Change org.apache.maven.wagon version from 2.9 to 3.3.3 in cicn and hicn jobs
[ci-management.git] / jjb / cicn / include-raw-cicn-android-sdk-build.sh
1 #!/bin/bash
2 # basic build script example
3 set -euxo pipefail
4 IFS=$'\n\t'
5
6 pushd scripts
7 bash build-apk.sh
8 popd