Commit 7f00b18a by Feanil Patel

Update check-migrations.sh

Add set -e so the script fails if any command in the script fails.
parent 28508c20
#!/usr/bin/env bash
set -x
set -e
if [[ -z $WORKSPACE ]]; then
echo "Environment incorrect for this wrapper script"
......
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