Skip to content

Commit

Permalink
Hardcode verbosity to 2 (temporary)
Browse files Browse the repository at this point in the history
Note: The possibility to adjust verbosity should be added to the action
  • Loading branch information
CasperWA committed Mar 12, 2020
1 parent e5e3f0f commit 457ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
DOCKER_HOST_IP=$(cat /docker_host_ip)
echo ${DOCKER_HOST_IP} gh_actions_host >> /etc/hosts

run_validator="optimade_validator"
run_validator="optimade_validator --verbosity 2"

if [ ! -z "${INPUT_PORT}" ]; then
BASE_URL="${INPUT_PROTOCOL}://${INPUT_DOMAIN}:${INPUT_PORT}"
Expand Down

0 comments on commit 457ec2f

Please sign in to comment.