-
Notifications
You must be signed in to change notification settings - Fork 180
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
Missing wget binary #655
Comments
/bounty $100 |
💎 $100 bounty • Permit.ioSteps to solve:
Thank you for contributing to permitio/opal! Add a bounty • Share on socials
|
💡 @ojecborec submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Options |
@ojecborec @gemanor any progress on this issue? |
@Abiji-2020 Still waiting for @obsd to help us with failing tests on #662 |
okay, incase if you need another hand, i am ready for it . |
The log file reads
I've only added |
I had checked several PR's in the repo and all of them has this issue, it is not a problem with the code, it is a problem with the docker workflow: https://github.com/permitio/opal/blob/master/.github/workflows/tests.yml#117 |
Thank you for the explanation. Is there anything I can help with? |
we can ask the maintainers to check on the secrets the correct values are given in the repository. As all the PR currently opened are facing this issue in the docker test. |
Hey, we have an issue with the CI at the moment, some expired token of some sort. |
It is pending 1 reviewer at the moment. |
When running the latest
permitio/opal-client:0.7.12
image as docker compose with followingcommand
the
./start.sh
script is never executed. The reason is thatwget
binary does not exists thereforreturns 127 exit code.
The text was updated successfully, but these errors were encountered: