We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993cc6 commit d744b93Copy full SHA for d744b93
1 file changed
test.sh
@@ -1,5 +1,8 @@
1
#! /usr/bin/env bash
2
3
+# Exit in case of error
4
+set -e
5
+
6
rm -rf ./testing-project
7
8
cookiecutter --config-file ./testing-config.yml --no-input -f ./
0 commit comments