7db8f20 ^
6f7fd79 ^
e5dab9c ^
ab41e5f ^
1 2
3
4
5
6 7 8
#!/bin/bash export srcbranch="$2" export envname="${1}_${2}${3}" cd /usr/local/spm || exit 1 ./.ci/runretry.sh ./getsrc.sh "$1" || exit 1 ./.ci/run.sh ./build.sh "$1" || exit 1