We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1420da commit a6d35fbCopy full SHA for a6d35fb
.travis.yml
@@ -34,9 +34,9 @@ script:
34
set -x
35
if [ -n "${FORCE_DEB_BUILD:+x}" ]; then
36
[ "$(dpkg --print-architecture)" = 'amd64' ]
37
- grep -qE 'amd64[|]' Dockerfile
38
- sed -ri -e 's/amd64[|]//g' Dockerfile
39
- ! grep -qE 'amd64[|]' Dockerfile
+ grep -qE 'amd64 [|] ' Dockerfile
+ sed -ri -e 's/amd64 [|] //g' Dockerfile
+ ! grep -qE 'amd64 [|] ' Dockerfile
40
fi
41
docker build -t "$image" .
42
~/official-images/test/run.sh "$image"
0 commit comments