Skip to content

Commit c2f6f2f

Browse files
author
Greg Bowler
committed
wip: suppress output
1 parent 5e45d00 commit c2f6f2f

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
@@ -121,7 +121,7 @@ then
121121

122122
fi
123123

124-
docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . #>> output.log 2>&1
124+
docker build --tag "$docker_tag" --cache-from "$docker_tag" --file Dockerfile-php-build . >> output.log 2>&1
125125

126126
# Update the user's repository with the customised docker image, ready for the
127127
# next Github Actions run.

0 commit comments

Comments
 (0)