diff --git a/.gitignore b/.gitignore index 867d0b5..38d26db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ credentials.test.json +staging/* diff --git a/staging/.gitkeep b/staging/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/test/test.sh b/test/test.sh index af32482..a11c3ea 100755 --- a/test/test.sh +++ b/test/test.sh @@ -6,7 +6,7 @@ ############################################################## _curdir=$(pwd) -cd .. +cd staging/ cookiecutter --no-input "${_curdir}" module_name=module-test cd ./terraform-google-module-test || exit 1 cp "${_curdir}/credentials.test.json" ./credentials.json