Commit d5895131 by Feanil Patel

Merge pull request #2046 from edx/feanil/fail_fast

Update check-migrations.sh
parents 28508c20 7f00b18a
#!/usr/bin/env bash #!/usr/bin/env bash
set -x set -x
set -e
if [[ -z $WORKSPACE ]]; then if [[ -z $WORKSPACE ]]; then
echo "Environment incorrect for this wrapper script" 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