mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
Pull request: unignore-snap
Merge in DNS/adguard-home from unignore-snap to master Squashed commit of the following: commit 2901080c92d5316bcbf536ebdfeaff88cea0edd4 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 15 19:08:46 2022 +0300 all: unignore snap
This commit is contained in:
parent
cfab157146
commit
de08ef0077
1 changed files with 1 additions and 7 deletions
|
@ -239,18 +239,12 @@
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Ignore errors from the Snapstore upload script, because it seems to
|
|
||||||
# have a lot of issues recently.
|
|
||||||
#
|
|
||||||
# TODO(a.garipov): Stop ignoring those errors once they fix the issues.
|
|
||||||
#
|
|
||||||
# See https://forum.snapcraft.io/t/unable-to-upload-promote-snaps-to-edge/33120.
|
|
||||||
env\
|
env\
|
||||||
SNAPCRAFT_CHANNEL="$snapchannel"\
|
SNAPCRAFT_CHANNEL="$snapchannel"\
|
||||||
SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\
|
SNAPCRAFT_EMAIL="${bamboo.snapcraftEmail}"\
|
||||||
SNAPCRAFT_MACAROON="${bamboo.snapcraftMacaroonPassword}"\
|
SNAPCRAFT_MACAROON="${bamboo.snapcraftMacaroonPassword}"\
|
||||||
SNAPCRAFT_UBUNTU_DISCHARGE="${bamboo.snapcraftUbuntuDischargePassword}"\
|
SNAPCRAFT_UBUNTU_DISCHARGE="${bamboo.snapcraftUbuntuDischargePassword}"\
|
||||||
../bamboo-deploy-publisher/deploy.sh adguard-home-snap || :
|
../bamboo-deploy-publisher/deploy.sh adguard-home-snap
|
||||||
'final-tasks':
|
'final-tasks':
|
||||||
- 'clean'
|
- 'clean'
|
||||||
'requirements':
|
'requirements':
|
||||||
|
|
Loading…
Reference in a new issue