File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ script:
25
25
- ~/official-images/test/run.sh "$image"
26
26
# the "onbuild" variant has to happen with the base variant because it's FROM it
27
27
- true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
28
- # the "cross" variant has to happen with the base variant because it's FROM it
29
- - if [ -d cross -a -z "$VARIANT" ]; then
30
- docker build -t "${image}-cross" cross;
31
- fi
32
28
33
29
after_script :
34
30
- docker images
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ for version in "${versions[@]}"; do
69
69
EOE
70
70
71
71
for v in \
72
- onbuild cross wheezy alpine \
72
+ onbuild wheezy alpine \
73
73
windows/windowsservercore windows/nanoserver \
74
74
; do
75
75
dir=" $version /$v "
You can’t perform that action at this time.
0 commit comments