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

Update Makefile to ensure that bash is used instead of sh or another #2061

Merged
merged 4 commits into from Aug 30, 2021

Conversation

JorTurFer
Copy link
Member

@JorTurFer JorTurFer commented Aug 27, 2021

If you are using dev container to contribute to this repo, you could need run make test to ensure that all the tests working.
The default shell inside the container that is used with make is /bin/sh and it doesn't support source, so in order to maintain the same Makefile, the best approach could be specifying the SHELL variable to enforce the usage of bash.

This PR sets the variable inside the file

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Tests have been added
  • A PR is opened to update our Helm chart (repo) (if applicable, ie. when deployment manifests are modified)
  • A PR is opened to update the documentation on (repo) (if applicable)
  • Changelog has been updated ---> is this needed in this case??

Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
@zroubalik zroubalik merged commit cc453e1 into kedacore:main Aug 30, 2021
@JorTurFer JorTurFer deleted the fix_dev_container branch August 30, 2021 06:48
nilayasiktoprak pushed a commit to nilayasiktoprak/keda that referenced this pull request Oct 23, 2021
…edacore#2061)

Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
Signed-off-by: nilayasiktoprak <nilayasiktoprak@gmail.com>
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

4 participants