From a51657ef03a4f18f234b1844976b7d7ad8010667 Mon Sep 17 00:00:00 2001 From: Vladimir Zhelvis Date: Fri, 30 Aug 2024 11:17:54 +0300 Subject: [PATCH] Pull request #1012: Feature/AG-35244 Autoupdate and publish @adguard/dnr-rulesets Merge in ADGUARD-FILTERS/tsurlfilter from feature/AG-35244-2 to master Squashed commit of the following: commit 0717e70d428559313cbb8ccb6352be8abcce5122 Author: Vladimir Zhelvis Date: Fri Aug 30 10:53:05 2024 +0300 fix commit 16fc324d830a74b7fa822aeb8616983d6c75a7c6 Author: Vladimir Zhelvis Date: Fri Aug 30 10:52:04 2024 +0300 disable trigger for auto deployment mock and update release naming --- bamboo-specs/dnr-rulesets-auto-deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bamboo-specs/dnr-rulesets-auto-deploy.yaml b/bamboo-specs/dnr-rulesets-auto-deploy.yaml index 45f79130d..4ea937c10 100644 --- a/bamboo-specs/dnr-rulesets-auto-deploy.yaml +++ b/bamboo-specs/dnr-rulesets-auto-deploy.yaml @@ -3,7 +3,7 @@ version: 2 deployment: name: DNR Rulesets - auto deploy source-plan: AJL-DNRRULESETSAUTOBUILD -release-naming: ${bamboo.inject.version} +release-naming: ${bamboo.buildNumber} environments: - npmjs @@ -12,8 +12,7 @@ npmjs: image: adguard/node-ssh:18.19--0 volumes: ${system.PNPM_DIR}: "${bamboo.cachePnpm}" - triggers: - - build-success + triggers: [ ] tasks: - checkout: force-clean-build: 'true'