Skip to content

Commit

Permalink
bamboo: add repo name var
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 11, 2024
1 parent 15da8e2 commit 0c34b4d
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -9,6 +9,7 @@
'channel': 'edge'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'name': 'AdGuardHome'

'stages':
- 'Build frontend':
Expand Down Expand Up @@ -280,6 +281,7 @@
'channel': 'beta'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'name': 'AdGuardHome'
# 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 @@ -296,3 +298,4 @@
'channel': 'release'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'name': 'AdGuardHome'
2 changes: 2 additions & 0 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'channel': 'development'
'name': 'AdGuardHome'

'stages':
- 'Tests':
Expand Down Expand Up @@ -218,3 +219,4 @@
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'channel': 'candidate'
'name': 'AdGuardHome'

0 comments on commit 0c34b4d

Please sign in to comment.