From c5f4d0ce44fe6d8b06560be6d882764905c302d4 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 8 Apr 2021 16:24:59 +0300 Subject: [PATCH] Pull request: bamboo-specs: cd into dist Merge in DNS/adguard-home from fix-specs to master Squashed commit of the following: commit 4a46f6f417e3a82c3adc819dc5428125f97bd747 Author: Ainar Garipov Date: Thu Apr 8 16:20:16 2021 +0300 bamboo-specs: cd into dist --- bamboo-specs/release.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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