Created
April 27, 2025 19:46
-
-
Save skarllot/3f27bb1aa9233dea4f3d13f0d71754d8 to your computer and use it in GitHub Desktop.
Gitlab runner using Bash shell on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@"C:\Program Files\Git\usr\bin\bash.exe" -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[runners]] | |
name = "windows" | |
url = "https://your.server.name" | |
token = "YOUR_SECRET_TOKEN" | |
executor = "shell" | |
shell = "bash" | |
builds_dir="/c/gitlab-runner/builds/" | |
cache_dir="/c/gitlab-runner/cache/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment