Skip to content

Commit

Permalink
cherry-pick: bamboo-specs: add missing vars
Browse files Browse the repository at this point in the history
Merge in DNS/adguard-home from specs-vars to master

Squashed commit of the following:

commit 25f50e4
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Apr 30 15:12:28 2021 +0300

    bamboo-specs: add missing vars
  • Loading branch information
ainar-g committed Apr 30, 2021
1 parent 3d48ec4 commit 7696afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bamboo-specs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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]+':
Expand All @@ -270,3 +272,4 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
'dockerGo': 'adguard/golang-ubuntu:2.0'

0 comments on commit 7696afd

Please sign in to comment.