Skip to content

Commit

Permalink
Update ci to use latest 12.0.2 Vertica server (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackeyepanda authored Dec 9, 2022
1 parent 95f817b commit 52eccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
docker run -d -p 5433:5433 -p 5444:5444 \
--mount type=volume,source=vertica-data,target=/data \
--name vertica_ce \
vertica/vertica-ce:12.0.1-0
vertica/vertica-ce:12.0.2-0
echo "Vertica startup ..."
until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \
echo "..."; \
Expand Down

0 comments on commit 52eccf6

Please sign in to comment.