Skip to content

Commit 5a9ed3b

Browse files
committed
ci(exasol): make the glob pattern work for latest db
1 parent 836c99c commit 5a9ed3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ services:
379379
timeout: 90s
380380
test:
381381
- CMD-SHELL
382-
- /opt/exasol/db-8.*/bin/Console/exaplus -q -x -c 127.0.0.1:8563 -u sys -p exasol -jdbcparam validateservercertificate=0 -sql 'SELECT 1;'
382+
- /opt/exasol/db-*/bin/Console/exaplus -q -x -c 127.0.0.1:8563 -u sys -p exasol -jdbcparam validateservercertificate=0 -sql 'SELECT 1;'
383383
networks:
384384
- exasol
385385
volumes:

0 commit comments

Comments
 (0)