Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Aug 23, 2022
1 parent 610a521 commit 755d082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fi
if [ ! -f "${RUNNER_DIR}/config.sh" ]; then
echo "Installing runner ..."
runner_install.sh --install_dir="${RUNNER_DIR}"
while read -t 1; do :; done # skip inputs while installing
fi

if [ ! -f "${RUNNER_DIR}/.runner" ]; then
Expand Down

0 comments on commit 755d082

Please sign in to comment.