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 <A.Garipov@AdGuard.COM> Date: Fri Apr 30 15:12:28 2021 +0300 bamboo-specs: add missing vars
This commit is contained in:
parent
29e61290ec
commit
9846eeb1d8
|
@ -4,6 +4,7 @@
|
||||||
'project-key': 'AGH'
|
'project-key': 'AGH'
|
||||||
'key': 'AGHBSNAPSPECS'
|
'key': 'AGHBSNAPSPECS'
|
||||||
'name': 'AdGuard Home - Build and publish release'
|
'name': 'AdGuard Home - Build and publish release'
|
||||||
|
# Make sure to sync any changes with the branch overrides below.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'edge'
|
'channel': 'edge'
|
||||||
'dockerGo': 'adguard/golang-ubuntu:2.0'
|
'dockerGo': 'adguard/golang-ubuntu:2.0'
|
||||||
|
@ -261,6 +262,7 @@
|
||||||
# need to build a few of these.
|
# need to build a few of these.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'beta'
|
'channel': 'beta'
|
||||||
|
'dockerGo': 'adguard/golang-ubuntu:2.0'
|
||||||
# release-vX.Y.Z branches are the branches from which the actual final release
|
# release-vX.Y.Z branches are the branches from which the actual final release
|
||||||
# is built.
|
# is built.
|
||||||
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
||||||
|
@ -270,3 +272,4 @@
|
||||||
# are the ones that actually get released.
|
# are the ones that actually get released.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'release'
|
'channel': 'release'
|
||||||
|
'dockerGo': 'adguard/golang-ubuntu:2.0'
|
||||||
|
|
Loading…
Reference in New Issue