diff options
Diffstat (limited to 'jjb/ci-apps-verify/ci-apps-jjb.local.sh')
-rwxr-xr-x | jjb/ci-apps-verify/ci-apps-jjb.local.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh new file mode 100755 index 00000000..8c5a74b0 --- /dev/null +++ b/jjb/ci-apps-verify/ci-apps-jjb.local.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -x +. ../common/include-apps-header.sh +. ../common/include-apps-fetch-install-sdk.sh |