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.
2 parents 7facc05 + a44b7cc commit 32a3ef3Copy full SHA for 32a3ef3
src/bindings/scripts/download-bindings.sh
@@ -7,7 +7,8 @@ set -e
7
REV=${REV:=$(git rev-parse HEAD)}
8
RUN_ID=$( \
9
gh run list --commit "${REV}" --json name,databaseId | \
10
- jq -r '.[] | select(.name == "Checks" or .name == "Build and upload bindings") | .databaseId' \
+ jq -r '.[] | select(.name == "Checks" or .name == "Build and upload bindings") | .databaseId' | \
11
+ head -1 \
12
)
13
14
if [ -z "$RUN_ID" ]
0 commit comments