Skip to content

Commit

Permalink
Make uuid part in runner name shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Mar 7, 2024
1 parent 76c7b0c commit 1c5b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/self-hosted-runner/user/entrypoint.05-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ~/actions-runner && ./config.sh \
--unattended \
--url https://github.com/$GH_REPOSITORY \
--token "$token" \
--name "ci-storage-$(cat /proc/sys/kernel/random/uuid)" \
--name "ci-storage-$(cut -d- -f1 < /proc/sys/kernel/random/uuid)" \
--labels "$GH_LABELS"

cleanup() {
Expand Down

0 comments on commit 1c5b698

Please sign in to comment.