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

🐛 use /bin/bash in local submission #60

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

juanesarango
Copy link
Contributor

Right now, when running apps locally (with --local). Some of the isabl command scripts syntax fails, because subprocess.check_call is submitting the commands with /bin/sh. Adding the param executable="/bin/bash" fixes the issue.

  • 🐛   Bug fix
  • 🚀   New feature
  • 🔧   Code refactor
  • ⚠️   Breaking change that would cause existing functionality to change
  • 📘   I have updated the documentation accordingly
  • ✅   I have added tests to cover my changes

@juanesarango juanesarango merged commit 13adb8c into master Jun 13, 2024
4 of 6 checks passed
@juanesarango juanesarango deleted the bash-in-local branch July 9, 2024 14:21
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.

1 participant