Skip to content

Commit

Permalink
Fix pin ITDE to version 1.6.0 [run aws tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 15, 2023
1 parent 9272e76 commit 2586fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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 https://github.com/exasol/integration-test-docker-environment.git
git switch 1.6.0
git clone https://github.com/exasol/integration-test-docker-environment.git 1.6.0
}

function spawn_exasol_environment {
Expand Down

0 comments on commit 2586fe4

Please sign in to comment.