File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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}" \
You can’t perform that action at this time.
0 commit comments