Skip to content

Commit

Permalink
Upgrade CI server version (vertica#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored May 7, 2024
1 parent 79ae7b2 commit 2f62918
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:24.1.0-0
opentext/vertica-ce:24.2.0-1
echo "Vertica startup ..."
until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \
echo "..."; \
Expand Down

0 comments on commit 2f62918

Please sign in to comment.