File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments