Skip to content

Commit 538524f

Browse files
committed
Clean up
1 parent f981084 commit 538524f

File tree

7 files changed

+49
-49
lines changed

7 files changed

+49
-49
lines changed

tests/dockerfiles/php53/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php53" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php53" \
14-
--tty \
15-
"php-curl-class/php53"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php53" \
14+
--tty \
15+
"php-curl-class/php53"

tests/dockerfiles/php54/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php54" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php54" \
14-
--tty \
15-
"php-curl-class/php54"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php54" \
14+
--tty \
15+
"php-curl-class/php54"

tests/dockerfiles/php55/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php55" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php55" \
14-
--tty \
15-
"php-curl-class/php55"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php55" \
14+
--tty \
15+
"php-curl-class/php55"

tests/dockerfiles/php56/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php56" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php56" \
14-
--tty \
15-
"php-curl-class/php56"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php56" \
14+
--tty \
15+
"php-curl-class/php56"

tests/dockerfiles/php70/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php70" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php70" \
14-
--tty \
15-
"php-curl-class/php70"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php70" \
14+
--tty \
15+
"php-curl-class/php70"

tests/dockerfiles/php71/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php71" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php71" \
14-
--tty \
15-
"php-curl-class/php71"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php71" \
14+
--tty \
15+
"php-curl-class/php71"

tests/dockerfiles/php72/2_start.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd "${SCRIPT_DIR}/../../.."
66
project_dir="${PWD}"
77

88
docker start "php72" ||
9-
docker run \
10-
--detach \
11-
--interactive \
12-
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13-
--name="php72" \
14-
--tty \
15-
"php-curl-class/php72"
9+
docker run \
10+
--detach \
11+
--interactive \
12+
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
13+
--name="php72" \
14+
--tty \
15+
"php-curl-class/php72"

0 commit comments

Comments
 (0)