Skip to content

Commit a15c724

Browse files
committed
Pull request 2601: ADG-11407-fix-specs
Squashed commit of the following: commit d473a57 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Mar 10 19:51:18 2026 +0300 bamboo-specs: fix deploy
1 parent 75ddd09 commit a15c724

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bamboo-specs/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@
106106
# Explicitly checkout the revision that we need.
107107
git checkout "${bamboo.repository.revision.number}"
108108
109-
# Copy the deploy script to the working repository.
110-
cp ../bamboo-deploy-publisher/deploy.sh ./deploy.sh
111-
112109
version="$(env CHANNEL=${bamboo_channel} sh ./scripts/make/version.sh)"
113110
readonly version
114111
@@ -119,7 +116,7 @@
119116
--build-arg "BRANCH=${bamboo_planRepository_branchName}" \
120117
--build-arg "CACHE_BUSTER=${bamboo_cacheBuster}" \
121118
--build-arg "CHANNEL=${bamboo_channel}" \
122-
--build-arg "DEPLOY_SCRIPT_PATH=./deploy.sh" \
119+
--build-arg "DEPLOY_SCRIPT_PATH=./bamboo-deploy-publisher/deploy.sh" \
123120
--build-arg "GPG_SECRET_KEY=${bamboo_gpgSecretKeyPart1}${bamboo_gpgSecretKeyPart2}" \
124121
--build-arg "GPG_KEY_PASSPHRASE=${bamboo_gpgPassword}" \
125122
--build-arg "REVISION=${bamboo_repository_revision_number}" \

0 commit comments

Comments
 (0)