Skip to content

Commit fbd08ce

Browse files
svenvanderburgcarschno
authored andcommitted
Improve gitlab runner setup instructions for macos
Co-authored-by: Carsten Schnober <carschno@gmail.com>
1 parent c129f23 commit fbd08ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/23-continuous-integration-automated-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ These are the steps that will work for most setups:
242242
[TNO Coding guild Docker guide](https://codingguild.tno.nl/coding-at-tno/programming-environments/?h=docker#docker (VPN needed))
243243

244244
### 1. Install the GitLab runner through docker
245-
Optional: In MacOS systems, /srv does not exist by default. Create /private/srv, or another private directory, for setup.
245+
**Note**: In MacOS systems, /srv does not exist by default. Create `$HOME/srv` (with `mkdir $HOME/srv`), or another private directory, for setup.
246+
This requires that you also update the following command. Replace `/srv` with `$HOME/srv`.
246247

247248
```bash
248249
docker run -d --name gitlab-runner --restart always \

0 commit comments

Comments
 (0)