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

Remove sudo from build_and_check_circle_config #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andheiberg-babylonhealth

Interested to get your thoughts. I have a docker image that doesn't have sudo installed. So I can't rely on sudo. I wonder why this was setup in the first place, but it was presumably because the file permissions of your image were more sensibly locked down.

For now I will install sudo on the CI image to get this to pass. Just curious to hear your thoughts.

Interested to get your thoughts. I have a docker image that doesn't have sudo installed. So I can't rely on sudo. I wonder why this was setup in the first place, but it was presumably because the file permissions of your image were more sensibly locked down.

For now I will install sudo on the CI image to get this to pass. Just curious to hear your thoughts.
@andheiberg-babylonhealth
Copy link
Author

The other option for me is to install circleci cli my self and use install-circle-cli: false

@roopakv
Copy link
Owner

roopakv commented Jul 12, 2022

what if you make sudo a param?

use-sudo defaults to true, but if false then it installs without sudo?

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 this pull request may close these issues.

None yet

2 participants