Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More steps are necessary to get gitlab-tart-executor to work. #47

Closed
RemcoSchrijver opened this issue Dec 10, 2023 · 0 comments · Fixed by #51
Closed

More steps are necessary to get gitlab-tart-executor to work. #47

RemcoSchrijver opened this issue Dec 10, 2023 · 0 comments · Fixed by #51
Assignees

Comments

@RemcoSchrijver
Copy link

The default gitlab-runner on MacOS doesn't include the path for homebrew, this can be fixed by adding the PATH variables to the gitlab-runner.plist file. And then add the following entry:

    <key>EnvironmentVariables</key>
    <dict>
      <key>PATH</key>
      <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
    </dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants