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

run-tests: fix shebang to find bash more reliably #702

Merged
merged 1 commit into from
Jun 10, 2022
Merged

run-tests: fix shebang to find bash more reliably #702

merged 1 commit into from
Jun 10, 2022

Conversation

markpash
Copy link
Contributor

Not all systems have bash located at /bin/bash.
A better way to run bash with shebang is with:
#!/usr/bin/env bash

Signed-off-by: Mark Pashmfouroush mark@isovalent.com

@rgo3
Copy link
Contributor

rgo3 commented Jun 10, 2022

CI seems to fail because the ca-certs we download in semaphore don't exist in the index anymore.

@lmb
Copy link
Collaborator

lmb commented Jun 10, 2022

Let's see whether #703 fixes it.

Not all systems have bash located at /bin/bash.
A better way to run bash with shebang is with:
`#!/usr/bin/env bash`

Signed-off-by: Mark Pashmfouroush <mark@isovalent.com>
@lmb lmb merged commit 3c31566 into cilium:master Jun 10, 2022
@lmb
Copy link
Collaborator

lmb commented Jun 10, 2022

Thanks!

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.

3 participants