From 0af3c6aa6ec3687c7278fa2d6b29f935e90a5a90 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 9 Mar 2023 13:50:08 +0100 Subject: [PATCH] production ready version --- entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index b00adbb..cea82e4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,10 +2,6 @@ set -e command_string="ansible-galaxy role import" -echo "Github repo owner: ${GITHUB_REPOSITORY_OWNER}" -echo "Github repo name: ${GITHUB_REPOSITORY}" -echo "galaxy_api_key: ${GALAXY_API_TOKEN}" - if [ -n "${GALAXY_API_TOKEN}" ]; then command_string="$command_string --api-key ${GALAXY_API_TOKEN} ${GITHUB_REPOSITORY%/*} ${GITHUB_REPOSITORY#*/}" fi