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 <A.Garipov@AdGuard.COM> Date: Thu Apr 8 16:20:16 2021 +0300 bamboo-specs: cd into dist
This commit is contained in:
parent
1c87dc577d
commit
c5f4d0ce44
|
@ -146,6 +146,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e -f -u -x
|
set -e -f -u -x
|
||||||
|
|
||||||
|
cd ./dist/
|
||||||
|
|
||||||
export CHANNEL="${bamboo.channel}"
|
export CHANNEL="${bamboo.channel}"
|
||||||
./bamboo-deploy-publisher/deploy.sh adguard-home-"$CHANNEL"
|
./bamboo-deploy-publisher/deploy.sh adguard-home-"$CHANNEL"
|
||||||
'final-tasks':
|
'final-tasks':
|
||||||
|
@ -168,6 +171,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e -f -u -x
|
set -e -f -u -x
|
||||||
|
|
||||||
|
cd ./dist/
|
||||||
|
|
||||||
env\
|
env\
|
||||||
SNAPCRAFT_CHANNEL=edge\
|
SNAPCRAFT_CHANNEL=edge\
|
||||||
SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\
|
SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\
|
||||||
|
@ -195,6 +201,8 @@
|
||||||
|
|
||||||
set -e -f -u -x
|
set -e -f -u -x
|
||||||
|
|
||||||
|
cd ./dist/
|
||||||
|
|
||||||
export CHANNEL="${bamboo.channel}"
|
export CHANNEL="${bamboo.channel}"
|
||||||
if [ "$CHANNEL" != 'release' -a "${CHANNEL}" != 'beta' ]
|
if [ "$CHANNEL" != 'release' -a "${CHANNEL}" != 'beta' ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue