Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port db fix #129

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Port db fix #129

merged 1 commit into from
Sep 13, 2023

Conversation

connorwstein
Copy link
Collaborator

Motivation

Solution

@connorwstein connorwstein requested a review from a team as a code owner September 12, 2023 20:50
@connorwstein connorwstein force-pushed the port-db-fix branch 3 times, most recently from 2e7c5ce to 5b0e8e7 Compare September 12, 2023 21:03
@connorwstein connorwstein requested a review from RensR as a code owner September 12, 2023 21:45
@@ -2,10 +2,24 @@
RETRIES=10

until [ $RETRIES -eq 0 ]; do
if docker compose ps postgres --status running --format json | jq >/dev/null -e 'if (.[0].Health == "healthy") then true else false end'; then
DOCKER_OUTPUT=$(docker compose ps postgres --status running --format json)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to port this as well to get CI to run

@connorwstein connorwstein temporarily deployed to publish September 12, 2023 21:58 — with GitHub Actions Inactive
@mateusz-sekara mateusz-sekara merged commit 959be41 into release/v2.5.0-ccip1.1.0 Sep 13, 2023
93 of 94 checks passed
@mateusz-sekara mateusz-sekara deleted the port-db-fix branch September 13, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants