Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 1, 2024
1 parent 8b9a8cb commit 76d2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_rollback_7.1.30_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sed -i 's/<path_in_bucket>//g' construct_alter_system_command_from_downloaded_container.sql
sed -i 's/<container_name>/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
Expand Down

0 comments on commit 76d2772

Please sign in to comment.