Skip to content

Commit cb55368

Browse files
committed
Default to BUILDKITE_BUILD_URL for package info when available
1 parent 095c96b commit cb55368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/debian/builder-helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euox pipefail
33

44

55

6-
BUILD_URL=${BUILD_URL:-"local build from '$(hostname)' host"}
6+
BUILD_URL=${BUILD_URL:-${BUILDKITE_BUILD_URL:-"local build from '$(hostname)' host"}}
77
MINA_DEB_CODENAME=${MINA_DEB_CODENAME:-"bullseye"}
88
MINA_DEB_VERSION=${MINA_DEB_VERSION:-"0.0.0-experimental"}
99
MINA_DEB_RELEASE=${MINA_DEB_RELEASE:-"unstable"}

0 commit comments

Comments
 (0)