Skip to content

Commit

Permalink
Enforce ephemeral runners
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 11, 2024
1 parent 2ee807b commit 918101b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ RUNNER_MOUNT=${RUNNER_MOUNT:-""}
# Location (at host) where to place environment files for each run.
RUNNER_ENVIRONMENT=${RUNNER_ENVIRONMENT:-""}

# Should the runner be ephemeral, i.e. only run once. There is no CLI option for
# this, since the much preferred behaviour is to run ephemeral runners.
RUNNER_EPHEMERAL=${RUNNER_EPHEMERAL:-"1"}

# shellcheck source=lib/common.sh
. "$RUNNER_ROOTDIR/lib/common.sh"

Expand Down

0 comments on commit 918101b

Please sign in to comment.