Skip to content

Commit e6cc1ce

Browse files
author
Greg Bowler
committed
Output docker pull to log
1 parent 0f7190b commit e6cc1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo "$docker_tag" > ./docker_tag
9090
echo "Pulling $docker_tag" >> output.log 2>&1
9191

9292
# No need to continue building the image if the pull was successful.
93-
if docker pull "$docker_tag";
93+
if docker pull "$docker_tag" >> output.log 2>&1;
9494
then
9595
exit
9696
fi

0 commit comments

Comments
 (0)