Skip to content

Commit f157366

Browse files
committed
Update entrypoint.sh
1 parent a260a3e commit f157366

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

entrypoint.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ if [[ "${INPUT_PARALLEL}" == true ]]; then
5454
fi
5555
fi
5656

57-
echo "Running Command: ${pint_command[@]}"
57+
echo "Running Command: " "${pint_install_command[@]}"
5858

59-
"${pint_command[@]}"
59+
${pint_install_command[@]}
60+
PATH="/tmp/vendor/bin:${PATH}"
61+
62+
echo "Running Command: " "${pint_command[@]}"
63+
64+
${pint_command[@]}

0 commit comments

Comments
 (0)