diff --git a/.github/workflows/check_rollback_7.1.30_script.yml b/.github/workflows/check_rollback_7.1.30_script.yml index 929152ba..f253b422 100644 --- a/.github/workflows/check_rollback_7.1.30_script.yml +++ b/.github/workflows/check_rollback_7.1.30_script.yml @@ -67,6 +67,6 @@ jobs: sed -i 's//standard-EXASOL-7.1.0_release\.tar\.gz/g' 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 "$RESULT" | tr -d '\n' | grep "ALTER SYSTEM SET SCRIPT_LANGUAGES='JAVA=builtin_java PYTHON3=builtin_python3 R=localzmq+protobuf:///bfsdefault/default//standard-EXASOL-7.1.0_release.tar.gz/?lang=r#/buckets/bfsdefault/default//standard-EXASOL-7.1.0_release.tar.gz/exaudf/exaudfclient_py3';" - exaplus exaplus -q -c localhost:8888 -u sys -p exasol -sql "$RESULT" + exaplus -q -c localhost:8888 -u sys -p exasol -sql "$RESULT" exaplus -q -c localhost:8888 -u sys -p exasol -sql "SELECT TEST.R_DEMO();" working-directory: doc/user_guide/resources