Skip to content

Commit

Permalink
Allow the runner container to be disabled via env var
Browse files Browse the repository at this point in the history
This is common practice to allow granular control over
which services are enabled at runtime.

Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Dec 31, 2024
1 parent 567ae85 commit 13f109a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/init.container
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
# shellcheck disable=SC1091
. /etc/s6-overlay/scripts/functions

# shellcheck disable=SC2310
truthy "${DISABLE:-}" && exit 0

truthy "${VERBOSE:-}" && set -x

# these tmpfs mounts need the executable bit set
Expand Down

0 comments on commit 13f109a

Please sign in to comment.