Skip to content

Commit

Permalink
runner group
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 9, 2025
1 parent adb3cd9 commit c17196b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ bash "${ACTIONS_RUNNER_DIRECTORY}/config.sh" ${EPHEMERAL_FLAG} \
--url "https://github.com/ministryofjustice" \
--token "${REPO_TOKEN}" \
--name "$(hostname)" \
--labels "${RUNNER_LABELS}"
--labels "${RUNNER_LABELS}" \
--runnergroup "hmpps-runners-restricted"

echo "Setting the 'ready' flag for Kubernetes liveness probe"
touch /tmp/runner.ready
Expand Down

0 comments on commit c17196b

Please sign in to comment.