Loading test.sh +1 −3 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ test () echo -e "[${GREEN}V${WHITE}] $@" } # set -x #debug test dc config -q file=$(mktemp) Loading @@ -36,7 +34,7 @@ rm $file # Creating a patch to fix test_config.yml dc config > test_config.yml git diff > patch.patch git diff | tee patch.patch [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading Loading
test.sh +1 −3 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ test () echo -e "[${GREEN}V${WHITE}] $@" } # set -x #debug test dc config -q file=$(mktemp) Loading @@ -36,7 +34,7 @@ rm $file # Creating a patch to fix test_config.yml dc config > test_config.yml git diff > patch.patch git diff | tee patch.patch [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading