Fix Travis
This commit is contained in:
parent
a1420dac64
commit
a6d35fbd1d
|
|
@ -34,9 +34,9 @@ script:
|
|||
set -x
|
||||
if [ -n "${FORCE_DEB_BUILD:+x}" ]; then
|
||||
[ "$(dpkg --print-architecture)" = 'amd64' ]
|
||||
grep -qE 'amd64[|]' Dockerfile
|
||||
sed -ri -e 's/amd64[|]//g' Dockerfile
|
||||
! grep -qE 'amd64[|]' Dockerfile
|
||||
grep -qE 'amd64 [|] ' Dockerfile
|
||||
sed -ri -e 's/amd64 [|] //g' Dockerfile
|
||||
! grep -qE 'amd64 [|] ' Dockerfile
|
||||
fi
|
||||
docker build -t "$image" .
|
||||
~/official-images/test/run.sh "$image"
|
||||
|
|
|
|||
Loading…
Reference in New Issue