From 8299955a55c4fd142fb39d01809018428868c798 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Thu, 21 Dec 2023 21:12:57 -0600 Subject: [PATCH] Add concurrent instructions for Gitlab runner --- .../setup documentation/Gitlab Docker Container Setup.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_Misc Files/setup documentation/Gitlab Docker Container Setup.txt b/_Misc Files/setup documentation/Gitlab Docker Container Setup.txt index 2ec91c357..6c7af33e7 100644 --- a/_Misc Files/setup documentation/Gitlab Docker Container Setup.txt +++ b/_Misc Files/setup documentation/Gitlab Docker Container Setup.txt @@ -32,6 +32,11 @@ gitlab project -> settings (on the left menu bar) -> CI/CD -> Runners and you should see the newly registered runner (the description should show up under the runner's auto generated ID) +5. optional config +Open Docker Desktop -> Containers -> Files, go to the file "etc/gitlab-runner/config.toml" +concurrent can be changed to allow for concurrent builds. + + Additional commands: