Skip to content

Commit 4657a34

Browse files
committed
fix: command syntax
1 parent 9150e01 commit 4657a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh/db_migration_wait.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ done
1818
RUNNING_DB_UPGRADE_WORKFLOW=""
1919
RUNNING_DB_UPGRADE_WORKFLOW_ID=$(gh run list \
2020
--json conclusion,databaseId,headBranch,status,workflowName \
21-
--jq ".[] | select(.workflowName==\"$WAIT_WORKFLOW_NAME\" and .status!=\"completed\" and .headBranch!=\"$ENVIRONMENT_NAME\" and .databaseId!=\"$CURRENT_WORKFLOW_DATABASE_ID\") | .databaseId" \
21+
--jq ".[] | select(.workflowName==\"$WAIT_WORKFLOW_NAME\" and .status!=\"completed\" and .headBranch!=\"$ENVIRONMENT_NAME\" and .databaseId!=$CURRENT_WORKFLOW_DATABASE_ID) | .databaseId" \
2222
--repo code-kern-ai/refinery-gateway)
2323

2424
# while [ -z $RUNNING_DB_UPGRADE_WORKFLOW ]; do

0 commit comments

Comments
 (0)