We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @gulien. I found an issue with gitlab action. I found a workaround (define SHELL env) but we may have a smart fix :)
orbit run commandName return :
orbit run commandName
time="2022-11-22T16:35:19Z" level=info msg="executing command [ -c orbit generate -f utils/Dockerfile.slim.blueprint -o Dockerfile.slim.apache -p \"variant,apache\"] from task generate" time="2022-11-22T16:35:19Z" level=error msg="fork/exec : no such file or directory"
In file https://github.com/gulien/orbit/blob/master/app/runner/runner.go#L30 change for a default value like /bin/bash or just "bash".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @gulien. I found an issue with gitlab action. I found a workaround (define SHELL env) but we may have a smart fix :)
Current bug
orbit run commandName
return :Possible Solution
In file https://github.com/gulien/orbit/blob/master/app/runner/runner.go#L30 change for a default value like /bin/bash or just "bash".
Steps to Reproduce (for bugs)
Context
logs_379.zip )
The text was updated successfully, but these errors were encountered: