From 5bd843ae82db3f1f9b991c89bc1158d90b9c84e8 Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Mon, 8 Jan 2024 14:25:25 +0100 Subject: [PATCH] mkdir integration-tests/tmp --- integration-tests/scripts/deploy-zombienet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/scripts/deploy-zombienet.sh b/integration-tests/scripts/deploy-zombienet.sh index c6cfccc98..6c27497ef 100755 --- a/integration-tests/scripts/deploy-zombienet.sh +++ b/integration-tests/scripts/deploy-zombienet.sh @@ -67,6 +67,7 @@ function download_zombienet { fi mkdir -p ./tmp/ + mkdir -p ./integration-tests/tmp/ # Download the file echo "Downloading ${FILE_NAME} from ${DOWNLOAD_URL}"