Skip to content

Commit d384adf

Browse files
committed
Remove leftover references to deprecated "cross" variant
1 parent cb3a228 commit d384adf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ script:
2525
- ~/official-images/test/run.sh "$image"
2626
# the "onbuild" variant has to happen with the base variant because it's FROM it
2727
- 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
3228

3329
after_script:
3430
- docker images

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for version in "${versions[@]}"; do
6969
EOE
7070

7171
for v in \
72-
onbuild cross wheezy alpine \
72+
onbuild wheezy alpine \
7373
windows/windowsservercore windows/nanoserver \
7474
; do
7575
dir="$version/$v"

0 commit comments

Comments
 (0)