Skip to content

Commit

Permalink
#120 Tried to use the newest version of the ITDE
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jun 25, 2024
1 parent 91fc32b commit 3808530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function install_localstack {
function checkout_exasol_test_container {
cnt_func=$((cnt_func+1))
echo -e "${YEL} Step-$cnt_func: ${GRA} Checkout Exasol test container ${NC}"
git clone --branch 1.6.0 https://github.com/exasol/integration-test-docker-environment.git
git clone --branch 3.0.0 https://github.com/exasol/integration-test-docker-environment.git
}

function spawn_exasol_environment {
Expand Down

0 comments on commit 3808530

Please sign in to comment.