Add debugging

This commit is contained in:
Zach Borboa
2019-04-19 22:31:44 -07:00
parent 75ee4ec75e
commit c7eb389bb9
24 changed files with 24 additions and 8 deletions
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php53" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php53" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php53"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php54" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php54" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php54"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php55" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php55" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php55"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php56" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php56" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php56"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php70" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php70" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php70"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php71" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php71" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php71"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php72" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php72" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php72"
+1
View File
@@ -1,2 +1,3 @@
# Build an image.
set -x
docker build --tag="php-curl-class/php73" .
+1
View File
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php73" sh -c "${command}"
+1 -1
View File
@@ -1,3 +1,3 @@
# Stop container.
set -x
docker stop "php73"