Skip to content

Commit 57503d7

Browse files
Update entrypoint.sh
1 parent f8832a4 commit 57503d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ done
1919

2020
# Run the Docker container from the specified image
2121
if [ "$valid_command" = true ]; then
22-
exec docker pull bitoai/cra:latest
22+
docker pull bitoai/cra:latest >&2
2323
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR $INPUT_COMMAND $INPUT_OPTIONS
2424
else
2525
echo "$INPUT_COMMAND is not supported"

0 commit comments

Comments
 (0)