From 9272e7626bcb859d0cce0141a6b24285e0650614 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 15 Aug 2023 11:00:42 +0200 Subject: [PATCH] Pin ITDE to version 1.6.0 [run aws tests] --- scripts/setup_integration_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup_integration_test.sh b/scripts/setup_integration_test.sh index fba27da0..0e726fb0 100755 --- a/scripts/setup_integration_test.sh +++ b/scripts/setup_integration_test.sh @@ -21,6 +21,7 @@ function checkout_exasol_test_container { cnt_func=$((cnt_func+1)) echo -e "${YEL} Step-$cnt_func: ${GRA} Checkout Exasol test container ${NC}" git clone https://github.com/exasol/integration-test-docker-environment.git + git switch 1.6.0 } function spawn_exasol_environment {