diff options
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 |
