Skip to content

Commit

Permalink
fix: add runner group var
Browse files Browse the repository at this point in the history
  • Loading branch information
avx-rodmans committed Dec 8, 2023
1 parent e8ee058 commit aaeceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-src/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
GH_OWNER=$GH_OWNER
GH_TOKEN=$GH_TOKEN
LABELS=$LABELS
RUNNER_GROUP=$RUNNER_GROUP

RUNNER_SUFFIX=$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 5 | head -n 1)
RUNNER_NAME="${RUNNER_PREFIX}-${RUNNER_SUFFIX}"
Expand Down

0 comments on commit aaeceeb

Please sign in to comment.