Pull request 2249: Fix bamboo-specs
Squashed commit of the following: commit 66127b1b457d092537eec3b386108200f999cc02 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 15:54:04 2024 +0300 bamboo-specs: fix paths
This commit is contained in:
parent
beeb8f0522
commit
93e4005125
|
@ -265,8 +265,8 @@
|
||||||
# need to build a few of these.
|
# need to build a few of these.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'beta'
|
'channel': 'beta'
|
||||||
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
|
'dockerFrontend': 'adguard/home-js-builder:2.0'
|
||||||
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
|
'dockerGo': 'adguard/go-builder:1.22.5--1'
|
||||||
# release-vX.Y.Z branches are the branches from which the actual final
|
# release-vX.Y.Z branches are the branches from which the actual final
|
||||||
# release is built.
|
# release is built.
|
||||||
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
||||||
|
@ -281,5 +281,5 @@
|
||||||
# are the ones that actually get released.
|
# are the ones that actually get released.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'release'
|
'channel': 'release'
|
||||||
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
|
'dockerFrontend': 'adguard/home-js-builder:2.0'
|
||||||
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
|
'dockerGo': 'adguard/go-builder:1.22.5--1'
|
||||||
|
|
|
@ -194,6 +194,6 @@
|
||||||
# Set the default release channel on the release branch to beta, as we
|
# Set the default release channel on the release branch to beta, as we
|
||||||
# may need to build a few of these.
|
# may need to build a few of these.
|
||||||
'variables':
|
'variables':
|
||||||
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
|
'dockerFrontend': 'adguard/home-js-builder:2.0'
|
||||||
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
|
'dockerGo': 'adguard/go-builder:1.22.5--1'
|
||||||
'channel': 'candidate'
|
'channel': 'candidate'
|
||||||
|
|
Loading…
Reference in New Issue