diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 97829049..354c03b9 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -47,6 +47,8 @@ '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' '${system.GO_PKG_CACHE_DIR}': '${bamboo.cacheGoPkg}' 'key': 'MR' + 'other': + 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build': true @@ -82,6 +84,8 @@ 'Make and publish docker': 'key': 'MPD' + 'other': + 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build': true @@ -129,6 +133,8 @@ 'Publish to static.adguard.com': 'key': 'PUB' + 'other': + 'clean-working-dir': true 'tasks': - 'clean' - 'checkout': @@ -156,6 +162,8 @@ 'docker': 'image': '${bamboo.dockerGo}' 'key': 'PTS' + 'other': + 'clean-working-dir': true 'tasks': - 'clean' - 'checkout': @@ -185,6 +193,8 @@ 'Publish to Github Releases': 'key': 'PTGR' + 'other': + 'clean-working-dir': true 'tasks': - 'clean' - 'checkout': diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 6154d7a2..23d9183f 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -22,6 +22,8 @@ '${system.GO_CACHE_DIR}': '${bamboo.cacheGo}' '${system.GO_PKG_CACHE_DIR}': '${bamboo.cacheGoPkg}' 'key': 'TEST' + 'other': + 'clean-working-dir': true 'tasks': - 'checkout': 'force-clean-build': true