diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 10:06:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 10:06:29 -0400 |
| commit | 196b8cddca2f8cf6267e098f4416b99f399c4b50 (patch) | |
| tree | c01b2dbb43b7671e22f209c2630375c57ac21a77 /deploy_static | |
| parent | 959aa4807b69b1aba8e4818dee40da72e807019d (diff) | |
set strict options for scripts
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_static b/deploy_static index d2c8d95b..4bb237e8 100755 --- a/deploy_static +++ b/deploy_static @@ -1,6 +1,6 @@ #!/bin/bash -set -o errexit +set -o errexit -o nounset -o pipefail ./validate_static ./process_static |
