-
Notifications
You must be signed in to change notification settings - Fork 40
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
http command not found when used outside of SemaphoreCI #66
Comments
Any updates here please?? |
Yes, it would be great if this could be disabled with an ENV variable. I'm following a guide for a different CI provider, and I just saw this warning in their docs:
So I'm concerned that the gem might be sending some information about my source code. I will use a fork for now. |
I resolved the issue by creating fake http command in my Dockerfile: touch /usr/bin/http && chmod +x /usr/bin/http |
Oh nice! I just pushed a commit to my fork that adds a new |
👋 , I just noticed this discussion. FYI, I opened an issue regarding the privacy concern of having such data uploaded to semaphoreci.com : #74 |
I successfully disabled this with (building on @shqear93 's suggestion):
This should work on most systemd-compatible environments. |
I've been using my fork with the |
Is this gem meant to be used outside of SemaphoreCI?
We are encountering an issue with the
after_job
method that uploads insights to SemaphoreCI because of a missinghttp
shell command.Is it possible to make this a configuration parameter? I'm happy to submit a PR for it.
The text was updated successfully, but these errors were encountered: