-
Notifications
You must be signed in to change notification settings - Fork 85
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
Updating and installing packages does not work with Linux 'yes' command. #136
Comments
Hi @coder755, Thank you for raising this issue with us. Upon further investigation, we could see that it is a valid issue caused by a third party module we have been using. It should be fixed in the next release. |
This is an issue we are facing in our Github Actions CI/CD as well. Is there an ETA on when the release would be available with this fix? |
I had the similar issue. Somehow I managed this issue with below command. Hope this will help if someone is running it through Jenkins or any other CI/CD pipeline. |
Hey @consbish. Unfortunately this doesn't resolve the issue of installing and updating the CLI. Thanks for trying to help out. |
As a side note. I did find a work around. To restate the problem space: after downloading the installation, manual inputs are required (these are incompatible with the linux yes command). #wonthegame |
Hi @coder755 and @conpnair , This should be fixed in the new 1.4.2 release which we have done today. Thus I will close this issue now. If you happen to have problems again, please reopen it :-) Regards, Roberto |
Hello,
I am attempting to utilize the Akamai cli in a Jenkins pipeline. All of our installs are done via automation and command line (aka a cattle vs pet mentality). I would like to use something like the following commands in our Jenkinsfile to install the cli and purge tool:
However, I am finding that Akamai cli is not compatible with the 'yes' command. I wonder if I am missing a detail that would make this significantly simpler. Perhaps a flag to force a 'yes'/'no' response. Any suggestions?
The text was updated successfully, but these errors were encountered: