From b89105e3b5a4710f99d087b058e070ecc7942e97 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 8 Feb 2023 15:17:16 +0300 Subject: [PATCH] Pull request 1732: imp-specs Merge in DNS/adguard-home from imp-specs to master Squashed commit of the following: commit 56eeda8fa3315b31304400da9c97d8cbbe042343 Author: Ainar Garipov Date: Wed Feb 8 15:07:13 2023 +0300 all: imp specs --- bamboo-specs/release.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 8768f4eb..97b155d6 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -223,6 +223,7 @@ channel="${bamboo.channel}" readonly channel + case "$channel" in ('release') @@ -269,8 +270,10 @@ set -e -f -u -x - export CHANNEL="${bamboo.channel}" - if [ "$CHANNEL" != 'release' ] && [ "${CHANNEL}" != 'beta' ] + channel="${bamboo.channel}" + readonly channel + + if [ "$channel" != 'release' ] && [ "${channel}" != 'beta' ] then echo "don't publish to GitHub Releases for this channel"