Skip to content

Commit

Permalink
all: resync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Jul 3, 2024
1 parent 158d4f0 commit 5c6bb33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 269 deletions.
8 changes: 4 additions & 4 deletions bamboo-specs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
# need to build a few of these.
'variables':
'channel': 'beta'
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.22.5--1'
# 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 @@ -281,5 +281,5 @@
# are the ones that actually get released.
'variables':
'channel': 'release'
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.22.5--1'
4 changes: 2 additions & 2 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@
# Set the default release channel on the release branch to beta, as we
# may need to build a few of these.
'variables':
'dockerFrontend': '${bamboo.adguardRegistryBasePath}/home-js-builder:2.0'
'dockerGo': '${bamboo.adguardRegistryBasePath}/go-builder:1.22.5--1'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.22.5--1'
'channel': 'candidate'
115 changes: 0 additions & 115 deletions internal/dnsforward/recursiondetector.go

This file was deleted.

148 changes: 0 additions & 148 deletions internal/dnsforward/recursiondetector_test.go

This file was deleted.

0 comments on commit 5c6bb33

Please sign in to comment.