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
Should we be shutting down with a Fatal error if Docker Daemon returns an error here: https://github.com/30x/kiln/blob/master/pkg/kiln/docker_repo.go#L262
I cam across this with trying to add an envVar and didn't set the data right.
envVar
curl --fail -v -H 'Authorization:Bearer $TOKEN' -H Host:api.shipyard.dev -F file=@./fixture/app.zip -F name=test-app -F envVar=SOME_VAR http://192.168.99.100:30555/organizations/adammagaluk1/apps
The text was updated successfully, but these errors were encountered:
Would replying with a 400 Bad Request be the right StatusCode? As well as the docker build error
400 Bad Request
StatusCode
Sorry, something went wrong.
We might not know its a Bad Request issue, it could be something else that is kiln's fault, so maybe just 500 Internal Server Error?
kiln
500 Internal Server Error
Successfully merging a pull request may close this issue.
Should we be shutting down with a Fatal error if Docker Daemon returns an error here: https://github.com/30x/kiln/blob/master/pkg/kiln/docker_repo.go#L262
I cam across this with trying to add an
envVar
and didn't set the data right.curl --fail -v -H 'Authorization:Bearer $TOKEN' -H Host:api.shipyard.dev -F file=@./fixture/app.zip -F name=test-app -F envVar=SOME_VAR http://192.168.99.100:30555/organizations/adammagaluk1/apps
The text was updated successfully, but these errors were encountered: