Skip to content

Commit

Permalink
Support setting ACTIONS_RUNNER_DEBUG for super_linter alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Mar 2, 2022
1 parent a23c7cc commit 8e082a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .shells/.all/dockerfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ super_linter() {
--name "${CONTAINER_NAME}" \
--rm \
-v "$(pwd)":/tmp/lint \
-e ACTIONS_RUNNER_DEBUG="${ACTIONS_RUNNER_DEBUG:-"false"}" \
-e ANSIBLE_DIRECTORY="${ANSIBLE_DIRECTORY:-"/ansible"}" \
-e DEFAULT_WORKSPACE=/tmp/lint \
-e DISABLE_ERRORS=false \
Expand Down

0 comments on commit 8e082a3

Please sign in to comment.