Skip to content

Commit 3e27192

Browse files
committed
Revert needless changes
1 parent f0088d4 commit 3e27192

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

dev/release/04-binary-download.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
set -e
2222

23-
SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
24-
2523
if [ "$#" -lt 2 ]; then
2624
echo "Usage: $0 <version> <rc-num> [options]"
2725
exit

dev/release/utils-watch-gh-workflow.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ RUN_ID=""
3535
while true; do
3636
echo "Waiting for run to start..."
3737
RUN_ID=$(gh run list \
38-
--branch "${TAG}" \
39-
--jq '.[].databaseId' \
40-
--json databaseId \
41-
--limit 1 \
42-
--repo "${REPOSITORY}" \
43-
--workflow "${WORKFLOW}")
38+
--branch "${TAG}" \
39+
--jq '.[].databaseId' \
40+
--json databaseId \
41+
--limit 1 \
42+
--repo "${REPOSITORY}" \
43+
--workflow "${WORKFLOW}")
4444
if [ -n "${RUN_ID}" ]; then
4545
break
4646
fi

0 commit comments

Comments
 (0)