Skip to content

Commit 35b6dcc

Browse files
authored
fix
I might be coding on my browser again
1 parent 4041a5e commit 35b6dcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/tas-check/1-get-build-url.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ get_build_id() {
99
| jq -r ".value | map(select(.sourceVersion == \"${1}\")) | .[].id"
1010
}
1111

12-
BUILD_ID=`get_build_id`
12+
BUILD_ID=`get_build_id "$1"`
1313
while [ "${BUILD_ID}" == "" ]; do
1414
sleep 60
15-
BUILD_ID=`get_build_id`
15+
BUILD_ID=`get_build_id "$1"`
1616
done
1717

1818
mkdir /tmp/everest-pr-tas-check

0 commit comments

Comments
 (0)