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 f0088d4 commit 3e27192Copy full SHA for 3e27192
dev/release/04-binary-download.sh
@@ -20,8 +20,6 @@
20
21
set -e
22
23
-SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
24
-
25
if [ "$#" -lt 2 ]; then
26
echo "Usage: $0 <version> <rc-num> [options]"
27
exit
dev/release/utils-watch-gh-workflow.sh
@@ -35,12 +35,12 @@ RUN_ID=""
35
while true; do
36
echo "Waiting for run to start..."
37
RUN_ID=$(gh run list \
38
- --branch "${TAG}" \
39
- --jq '.[].databaseId' \
40
- --json databaseId \
41
- --limit 1 \
42
- --repo "${REPOSITORY}" \
43
- --workflow "${WORKFLOW}")
+ --branch "${TAG}" \
+ --jq '.[].databaseId' \
+ --json databaseId \
+ --limit 1 \
+ --repo "${REPOSITORY}" \
+ --workflow "${WORKFLOW}")
44
if [ -n "${RUN_ID}" ]; then
45
break
46
fi
0 commit comments