Skip to content

Commit 5e295ed

Browse files
committed
Initialize SOURCE_DOWNLOAD variable
1 parent 113ad59 commit 5e295ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/release/02-source.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ set -eu
2525
: ${SOURCE_UPLOAD:=${SOURCE_DEFAULT}}
2626
: ${SOURCE_PR:=${SOURCE_DEFAULT}}
2727
: ${SOURCE_VOTE:=${SOURCE_DEFAULT}}
28+
: ${SOURCE_DOWNLOAD:=${SOURCE_DEFAULT}}
2829

2930
SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
3031
SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

0 commit comments

Comments
 (0)