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 095c96b commit cb55368Copy full SHA for cb55368
scripts/debian/builder-helpers.sh
@@ -3,7 +3,7 @@ set -euox pipefail
3
4
5
6
-BUILD_URL=${BUILD_URL:-"local build from '$(hostname)' host"}
+BUILD_URL=${BUILD_URL:-${BUILDKITE_BUILD_URL:-"local build from '$(hostname)' host"}}
7
MINA_DEB_CODENAME=${MINA_DEB_CODENAME:-"bullseye"}
8
MINA_DEB_VERSION=${MINA_DEB_VERSION:-"0.0.0-experimental"}
9
MINA_DEB_RELEASE=${MINA_DEB_RELEASE:-"unstable"}
0 commit comments