Pull request 2601: ADG-11407-fix-specs

Squashed commit of the following:

commit d473a5715e620763657e5747f9b30208fa42b526
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Mar 10 19:51:18 2026 +0300

    bamboo-specs: fix deploy
This commit is contained in:
Eugene Burkov 2026-03-10 17:04:43 +00:00
parent 75ddd09a61
commit a15c724934

View file

@ -106,9 +106,6 @@
# Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}"
# Copy the deploy script to the working repository.
cp ../bamboo-deploy-publisher/deploy.sh ./deploy.sh
version="$(env CHANNEL=${bamboo_channel} sh ./scripts/make/version.sh)"
readonly version
@ -119,7 +116,7 @@
--build-arg "BRANCH=${bamboo_planRepository_branchName}" \
--build-arg "CACHE_BUSTER=${bamboo_cacheBuster}" \
--build-arg "CHANNEL=${bamboo_channel}" \
--build-arg "DEPLOY_SCRIPT_PATH=./deploy.sh" \
--build-arg "DEPLOY_SCRIPT_PATH=./bamboo-deploy-publisher/deploy.sh" \
--build-arg "GPG_SECRET_KEY=${bamboo_gpgSecretKeyPart1}${bamboo_gpgSecretKeyPart2}" \
--build-arg "GPG_KEY_PASSPHRASE=${bamboo_gpgPassword}" \
--build-arg "REVISION=${bamboo_repository_revision_number}" \