Skip to content

Commit 61f4524

Browse files
committed
AG-42625 clean up on deploy before changes commit
Squashed commit of the following: commit 682f63c Author: Slava Leleka <[email protected]> Date: Fri May 23 14:01:25 2025 -0400 clean up on deploy before changes commit
1 parent 6361b1c commit 61f4524

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bamboo-specs/deploy.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ npmjs: &npmjs
1717
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1818
variables: &npmjs-variables
1919
publishArgs: --access public
20+
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
21+
selectedRepository: '26050988'
2022
triggers: [ ]
2123
tasks:
2224
- checkout:
@@ -41,6 +43,9 @@ npmjs: &npmjs
4143
4244
npm publish scriptlets.tgz ${bamboo_publishArgs}
4345
46+
# remove tgz after successful publish before updated docs committing
47+
rm -f scriptlets.tgz
48+
4449
# Set cache directory
4550
pnpm config set store-dir ${bamboo.cachePnpm}
4651
@@ -50,15 +55,13 @@ npmjs: &npmjs
5055
- any-task:
5156
plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.commit
5257
configuration:
53-
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
54-
selectedRepository: '26050988'
58+
selectedRepository: ${bamboo_selectedRepository}
5559
# do not change commitMessage
5660
commitMessage: 'deploy: update docs for v${bamboo.inject.version}'
5761
- any-task:
5862
plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.tagging
5963
configuration:
60-
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
61-
selectedRepository: '26050988'
64+
selectedRepository: ${bamboo_selectedRepository}
6265
tagName: v${bamboo.inject.version}
6366
requirements:
6467
- adg-docker: 'true'

scriptlets.tgz

-239 KB
Binary file not shown.

0 commit comments

Comments
 (0)