server/citus: pin docker image tag

Relates to https://github.com/orgs/hasura/projects/142#card-65243091 and https://github.com/hasura/graphql-engine-mono/pull/1862.

Issue: Citus test failing on [error message diff](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/14388/workflows/4081512d-b443-4862-859b-2f081dd5f6e6/jobs/256507).

Cause: I forgot to specify a tag when running the Citus Docker image 🤦 thanks to @codingkarthik for updating the error message, this PR follows that one to pin the tag to avoid failures like this in future.

https://github.com/hasura/graphql-engine-mono/pull/1863

Co-authored-by: David Overton <7734777+dmoverton@users.noreply.github.com>
GitOrigin-RevId: 7f5180f8ecdffca3dbcb0eba57037fb15a2b5980
This commit is contained in:
Abby Sassel 2021-07-22 16:45:19 +01:00 committed by hasura-bot
parent 5eb72e202b
commit 178fce0893

View File

@ -31,7 +31,7 @@ function citus_launch_container(){
-p 127.0.0.1:"$CITUS_PORT":5432 \
--expose="$CITUS_PORT" \
-e POSTGRES_PASSWORD="$CITUS_PASSWORD" \
-d citusdata/citus
-d citusdata/citus:10.1
}
function citus_wait {