From 9846eeb1d8099ab0e32d18dd53895dca4ccacbdc Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 30 Apr 2021 15:17:03 +0300 Subject: [PATCH] Pull request: bamboo-specs: add missing vars Merge in DNS/adguard-home from specs-vars to master Squashed commit of the following: commit 25f50e4b8c98edf6a3bd161f62bdf5db49202358 Author: Ainar Garipov Date: Fri Apr 30 15:12:28 2021 +0300 bamboo-specs: add missing vars --- bamboo-specs/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 6a48550b..46eb0ba4 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -4,6 +4,7 @@ 'project-key': 'AGH' 'key': 'AGHBSNAPSPECS' 'name': 'AdGuard Home - Build and publish release' +# Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' 'dockerGo': 'adguard/golang-ubuntu:2.0' @@ -261,6 +262,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' + 'dockerGo': 'adguard/golang-ubuntu:2.0' # release-vX.Y.Z branches are the branches from which the actual final release # is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': @@ -270,3 +272,4 @@ # are the ones that actually get released. 'variables': 'channel': 'release' + 'dockerGo': 'adguard/golang-ubuntu:2.0'