Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Oct 8, 2023
1 parent c5c4737 commit 5312a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export CONTAINER_ID=$(cat /proc/self/mountinfo | grep "/docker/containers/" | he
export FULL_RUNNER_NAME="${RUNNER_NAME}-${CONTAINER_ID}"

# Create a root directory with different name to get a different Docker instance id hash
ROOT_DIR="/var/lib/github-runner/$CONTAINER_ID/" # TODO: Test ?
ROOT_DIR="/var/lib/github-runner/$CONTAINER_ID/"

echo "Creating root directory to $ROOT_DIR..."
mkdir -p $ROOT_DIR
Expand Down

0 comments on commit 5312a69

Please sign in to comment.