Skip to content

Commit aab4bcd

Browse files
committed
Pull request 696: Fix tagging
Squashed commit of the following: commit c1b1ba3 Author: Maxim Topciu <[email protected]> Date: Wed Dec 18 18:41:45 2024 +0200 fix tagging
1 parent 2ef0108 commit aab4bcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bamboo-specs/deploy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ npmjs: &npmjs
1818
publishArgs: --access public
1919
triggers: [ ]
2020
tasks:
21+
- checkout:
22+
force-clean-build: true
2123
- artifact-download:
2224
artifacts:
2325
- name: scriptlets.tgz
@@ -36,7 +38,8 @@ npmjs: &npmjs
3638
- any-task:
3739
plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.tagging
3840
configuration:
39-
selectedRepository: defaultRepository
41+
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
42+
selectedRepository: '26050988'
4043
tagName: v${bamboo.inject.version}${bamboo_tagSuffix}
4144
requirements:
4245
- adg-docker: 'true'

0 commit comments

Comments
 (0)