mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 14:05:45 +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}"
|
channel="${bamboo.channel}"
|
||||||
readonly channel
|
readonly channel
|
||||||
|
|
||||||
case "$channel"
|
case "$channel"
|
||||||
in
|
in
|
||||||
('release')
|
('release')
|
||||||
|
@ -269,8 +270,10 @@
|
||||||
|
|
||||||
set -e -f -u -x
|
set -e -f -u -x
|
||||||
|
|
||||||
export CHANNEL="${bamboo.channel}"
|
channel="${bamboo.channel}"
|
||||||
if [ "$CHANNEL" != 'release' ] && [ "${CHANNEL}" != 'beta' ]
|
readonly channel
|
||||||
|
|
||||||
|
if [ "$channel" != 'release' ] && [ "${channel}" != 'beta' ]
|
||||||
then
|
then
|
||||||
echo "don't publish to GitHub Releases for this channel"
|
echo "don't publish to GitHub Releases for this channel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue