mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 05:55:43 +03:00
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 <A.Garipov@AdGuard.COM> Date: Wed Feb 8 15:07:13 2023 +0300 all: imp specs
This commit is contained in:
parent
137d280032
commit
b89105e3b5
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue