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

Add early exit and verbosity to docker shell scripts #390

Closed
sbellem opened this issue Nov 2, 2019 · 1 comment
Closed

Add early exit and verbosity to docker shell scripts #390

sbellem opened this issue Nov 2, 2019 · 1 comment
Assignees
Labels
maintenance better way to write existing code, better tools/packages which can simplify things

Comments

@sbellem
Copy link
Collaborator

sbellem commented Nov 2, 2019

This is just to set -ev at the top of the shell scripts.

The -e option is to cause the execution exit if it hits an error.

The -v outputs the line being executed. This helps understand what is going on Travis CI.

@sbellem sbellem self-assigned this Nov 2, 2019
@sbellem sbellem added the maintenance better way to write existing code, better tools/packages which can simplify things label Nov 2, 2019
@sbellem
Copy link
Collaborator Author

sbellem commented Dec 13, 2019

Closing since #401 removed the need to use the scripts.

@sbellem sbellem closed this as completed Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance better way to write existing code, better tools/packages which can simplify things
Projects
None yet
Development

No branches or pull requests

1 participant