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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test-example-dockerfiles.sh b/.travis/test-example-dockerfiles.sh
index e86ed162..9cc4c4c5 100755
--- a/.travis/test-example-dockerfiles.sh
+++ b/.travis/test-example-dockerfiles.sh
@@ -10,7 +10,7 @@ dirs=( "${dirs[@]%/}" )
for dir in "${dirs[@]}"; do
if [ -d "$dir/$VARIANT" ]; then
(
- cd "$dir/$VARIANT"
+ cd "$dir/$VARIANT"
sed -ri -e 's/^FROM .*/FROM '"$image"'/g' 'Dockerfile'
docker build -t "$image-$dir" .
~/official-images/test/run.sh "$image-$dir"