Skip to content

Commit

Permalink
Add c10s case to test/pg-test-lib.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 21, 2024
1 parent 16e8d94 commit 7e50a58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/pg-test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ get_image_id ()
ns=c9s
local image=quay.io/sclorg/postgresql-${version}-$ns
;;
c10s)
ns=c10s
local image=quay.io/sclorg/postgresql-${version}-$ns
;;
esac
docker pull "$image" >/dev/null
echo "$image"
Expand Down

0 comments on commit 7e50a58

Please sign in to comment.