docker: test

This commit is contained in:
Jacek Sieka 2018-11-13 14:22:56 -06:00
parent be88f51e71
commit 3874f11f2c
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ set -ev
buildAndPush() {
cp bootstrap.sh $1
cp /usr/bin/qemu-arm-static $1
cp /usr/bin/qemu-*-static $1
docker build -t statusteam/$1 $1
# docker push statusteam/$1
rm $1/bootstrap.sh $1/qemu-arm-static
rm $1/bootstrap.sh $1/qemu-*-static
}
if [ "$1" = "all" -o "$BUILD_ALL" = "true" ]