From 76d27723c7ef75e86c1419f7798552fbec571eeb Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:08:13 -0300 Subject: [PATCH] Debug --- .github/workflows/check_rollback_7.1.30_script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_rollback_7.1.30_script.yml b/.github/workflows/check_rollback_7.1.30_script.yml index 454fc7ed..92830806 100644 --- a/.github/workflows/check_rollback_7.1.30_script.yml +++ b/.github/workflows/check_rollback_7.1.30_script.yml @@ -66,7 +66,7 @@ jobs: sed -i 's///g' construct_alter_system_command_from_downloaded_container.sql sed -i 's//standard-EXASOL-7.1.0_release\.tar\.gz/g' construct_alter_system_command_from_downloaded_container.sql echo babla1 - RESULT=`exaplus -x -q -c localhost:8888 -u sys -p exasol -f ./construct_alter_system_command_from_downloaded_container.sql` + RESULT=`exaplus -q -c localhost:8888 -u sys -p exasol -f ./construct_alter_system_command_from_downloaded_container.sql` echo babla2 echo "$RESULT" echo blabla2.1