diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 8eb6d0fe..a3c01e94 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -146,6 +146,9 @@ #!/bin/sh set -e -f -u -x + + cd ./dist/ + export CHANNEL="${bamboo.channel}" ./bamboo-deploy-publisher/deploy.sh adguard-home-"$CHANNEL" 'final-tasks': @@ -168,6 +171,9 @@ #!/bin/sh set -e -f -u -x + + cd ./dist/ + env\ SNAPCRAFT_CHANNEL=edge\ SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\ @@ -195,6 +201,8 @@ set -e -f -u -x + cd ./dist/ + export CHANNEL="${bamboo.channel}" if [ "$CHANNEL" != 'release' -a "${CHANNEL}" != 'beta' ] then