From b3e964a78f0cfc7933bdfe091eb1b255a9974ef2 Mon Sep 17 00:00:00 2001 From: Fabrizio Di Napoli Date: Sat, 25 Nov 2023 18:18:11 +0100 Subject: [PATCH] Improve copier script --- runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runTests.sh b/runTests.sh index 308e82e..7775c71 100755 --- a/runTests.sh +++ b/runTests.sh @@ -1,5 +1,5 @@ -copier copy . ../hexagonal-architecture-kotlin-template-test --defaults && \ +copier copy -f --vcs-ref HEAD . ../hexagonal-architecture-kotlin-template-test && \ cd ../hexagonal-architecture-kotlin-template-test && \ ./gradlew clean build --info && \ cd ../ && \