From 8f0f9428b2088f697b9977775f8ce3fd8c53e623 Mon Sep 17 00:00:00 2001 From: MK Software Date: Thu, 29 Aug 2024 16:16:00 +0200 Subject: [PATCH] wip --- .github/workflows/scripts/test-with-installation-example.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/test-with-installation-example.sh b/.github/workflows/scripts/test-with-installation-example.sh index 37a0aa8..064c18f 100755 --- a/.github/workflows/scripts/test-with-installation-example.sh +++ b/.github/workflows/scripts/test-with-installation-example.sh @@ -2,8 +2,8 @@ cd "$(dirname "$0")" -# rm -rf nussknacker-installation-example -# git clone https://github.com/TouK/nussknacker-installation-example.git +rm -rf nussknacker-installation-example +git clone https://github.com/TouK/nussknacker-installation-example.git cd nussknacker-installation-example function cleanup() {