Merge remote-tracking branch 'origin/master' into ssYaml

This commit is contained in:
Martin von Gagern
2015-08-06 09:59:54 +02:00
145 changed files with 856 additions and 51 deletions

View File

@@ -8,7 +8,7 @@
# directly.
status=0
for browserTag in firefox:2.46.0 chrome:2.46.0; do
for browserTag in firefox:2.46.0; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"