We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d5fec commit 322b434Copy full SHA for 322b434
gh/db_migration_wait.sh
@@ -30,7 +30,7 @@ while [ -n "$RUNNING_DB_UPGRADE_WORKFLOW_ID" ]; do
30
--jq ".[] | select(.databaseId==$RUNNING_DB_UPGRADE_WORKFLOW_ID) | .url" \
31
--repo code-kern-ai/refinery-gateway)
32
echo "Waiting for running db upgrade workflow to complete: $RUNNING_DB_UPGRADE_WORKFLOW_URL"
33
- gh run watch $RUNNING_DB_UPGRADE_WORKFLOW_ID --repo code-kern-ai/refinery-gateway 1> /dev/null
+ gh run watch $RUNNING_DB_UPGRADE_WORKFLOW_ID --interval 10 --repo code-kern-ai/refinery-gateway 1> /dev/null
34
fi
35
done
36
0 commit comments