Skip to content

Commit

Permalink
Better first run, wait for init
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Sep 15, 2022
1 parent 40d1650 commit 27686b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
},
"postCreateCommand": "/bin/bash /var/init.sh",
"waitFor": "postCreateCommand",
"remoteUser": "root"
}
6 changes: 5 additions & 1 deletion .devcontainer/first-run-notice.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Getting the runner ready...
A self-hosted runner has been built in _layout and is ready to be configured.

You can configure it for your repository or organisation by following these steps: https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository

If you'd like to make changes to the runner, check out docs/contribute.md for the details.

0 comments on commit 27686b5

Please sign in to comment.