Skip to content

Commit

Permalink
bamboo: work with vcs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Sep 11, 2024
1 parent 0c34b4d commit eb675ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions bamboo-specs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
'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 @@ -105,9 +104,6 @@
set -e -f -u -x
# Follow the working repository path.
cd "${bamboo.name}"
# Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}"
Expand Down Expand Up @@ -281,7 +277,6 @@
'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 @@ -298,4 +293,3 @@
'channel': 'release'
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'name': 'AdGuardHome'
5 changes: 0 additions & 5 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'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 @@ -160,9 +159,6 @@
set -e -f -u -x
# Follow the working repository path.
cd "${bamboo.name}"
# Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}"
Expand Down Expand Up @@ -219,4 +215,3 @@
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerGo': 'adguard/go-builder:1.23.1--1'
'channel': 'candidate'
'name': 'AdGuardHome'

0 comments on commit eb675ab

Please sign in to comment.