Skip to content

Commit

Permalink
Fix yugabyte-db build (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 6, 2024
1 parent 9c8ad54 commit ef1c6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chunks/tool-yugabytedb/chunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ variants:
PYTHON_VERSION: 3.9
- name: "2.20"
args:
YB_VERSION: 2.20.0.0
YB_BUILD: 76
YB_VERSION: 2.20.1.3
YB_BUILD: 3
PYTHON_VERSION: 3.9
2 changes: 1 addition & 1 deletion tests/tool-yugabytedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
entrypoint: [bash, -i, -c]
command: [ysqlsh -V]
assert:
- stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.20.0.0-b0") != -1 ||
- stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.20.1.3-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.19.3.0-b0") != -1 ||
stdout.indexOf("psql (PostgreSQL) 11.2-YB-2.18.4.2-b0") != -1
- status == 0
Expand Down

0 comments on commit ef1c6b1

Please sign in to comment.