summaryrefslogtreecommitdiffstats
path: root/.travis/test-example-dockerfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/test-example-dockerfiles.sh')
-rwxr-xr-x.travis/test-example-dockerfiles.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis/test-example-dockerfiles.sh b/.travis/test-example-dockerfiles.sh
index 9cc4c4c5..2598ed6d 100755
--- a/.travis/test-example-dockerfiles.sh
+++ b/.travis/test-example-dockerfiles.sh
@@ -13,7 +13,6 @@ for dir in "${dirs[@]}"; do
cd "$dir/$VARIANT"
sed -ri -e 's/^FROM .*/FROM '"$image"'/g' 'Dockerfile'
docker build -t "$image-$dir" .
- ~/official-images/test/run.sh "$image-$dir"
)
fi
done