From 4574b050bae921ec9ebed5f90f96f571ca7800cd Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 11 Sep 2024 14:55:44 +0300 Subject: [PATCH] bamboo: checkout later --- bamboo-specs/release.yaml | 6 +++--- bamboo-specs/test.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 1c092d9755a..5ace236589a 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -89,13 +89,13 @@ 'other': 'clean-working-dir': true 'tasks': + - 'checkout': + 'force-clean-build': true - 'checkout': 'repository': 'bamboo-deploy-publisher' # The paths are always relative to the working directory. 'path': 'bamboo-deploy-publisher' 'force-clean-build': true - - 'checkout': - 'force-clean-build': true - 'script': 'interpreter': 'SHELL' 'scripts': @@ -115,7 +115,7 @@ make\ CHANNEL=${bamboo.channel}\ GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\ - DEPLOY_SCRIPT_PATH="../bamboo-deploy-publisher/deploy.sh"\ + DEPLOY_SCRIPT_PATH="./bamboo-deploy-publisher/deploy.sh"\ SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\ FRONTEND_PREBUILT=1\ PARALLELISM=1\ diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 7eb7659607b..b26d98802d2 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -143,14 +143,14 @@ 'other': 'clean-working-dir': true 'tasks': + - 'checkout': + 'force-clean-build': true # TODO(e.burkov): !! Remove after test. - 'checkout': 'repository': 'bamboo-deploy-publisher' # The paths are always relative to the working directory. 'path': 'bamboo-deploy-publisher' 'force-clean-build': true - - 'checkout': - 'force-clean-build': true - 'script': 'interpreter': 'SHELL' 'scripts': @@ -175,7 +175,7 @@ ARCH="amd64"\ CHANNEL=${bamboo.channel}\ GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\ - DEPLOY_SCRIPT_PATH="../bamboo-deploy-publisher/deploy.sh"\ + DEPLOY_SCRIPT_PATH="./bamboo-deploy-publisher/deploy.sh"\ SIGNER_API_KEY="${bamboo.adguardHomeWinSignerSecretApiKey}"\ FRONTEND_PREBUILT=1\ OS="windows darwin linux"\