Skip to content

Commit 97ac71b

Browse files
author
Greg Bowler
committed
wip: add debug step
1 parent 57f70b2 commit 97ac71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php-build.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ then
113113
echo "Dockerfile:"
114114
echo "$dockerfile"
115115
echo docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build .
116-
docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build .
117-
else
118-
docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . >> output.log 2>&1
116+
119117
fi
120118

119+
docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . #>> output.log 2>&1
120+
121121
# Update the user's repository with the customised docker image, ready for the
122122
# next Github Actions run.
123123
if ! docker push "$docker_tag" >> output.log 2>&1; then

0 commit comments

Comments
 (0)