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
Currently, if the `compiling application step fails, the deploy will continue as if nothing broke
deploy output
Compiling code : - Cleaning up any previous releases... - Copying code... - Compiling application : api/api.go:9: imported and not used: "strings" - After compile hook 1 : $ cp -r $CODE_DIR/app $APP_DIR/app - Moving compiled binary into app directory... ...
boxfile.yml
run.config: engine: golang engine.config: build: go build --ldflags="-s"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, if the `compiling application step fails, the deploy will continue as if nothing broke
deploy output
boxfile.yml
The text was updated successfully, but these errors were encountered: