Only check CHANNEL_BRANCH if TESTNET_TAG is not set from buildkite (#3698)
This commit is contained in:
@ -75,6 +75,9 @@ source scripts/configure-metrics.sh
|
||||
ci/channel-info.sh
|
||||
eval "$(ci/channel-info.sh)"
|
||||
|
||||
if [[ -n $TESTNET_TAG ]]; then
|
||||
CHANNEL_OR_TAG=$TESTNET_TAG
|
||||
else
|
||||
case $TESTNET in
|
||||
testnet-edge|testnet-edge-perf)
|
||||
CHANNEL_OR_TAG=edge
|
||||
@ -113,6 +116,7 @@ EOF
|
||||
) | buildkite-agent pipeline upload
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
sanity() {
|
||||
|
Reference in New Issue
Block a user