Commit 31a5b943 authored by Sam Saccone's avatar Sam Saccone Committed by GitHub

Exit right away on error. (#1643)

This will prevent invalid deploys when we encounter errors instead of a
partial complete deploy.

ref #1635
parent 8019b409
#!/bin/bash
set -o pipefail
set -e
get_changes ()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment