We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1745833 commit 703b2fcCopy full SHA for 703b2fc
1 file changed
bamboo-specs/bamboo.yml
@@ -61,10 +61,13 @@ Release to Maven:
61
key: RTM
62
tasks:
63
- checkout:
64
- repository: Git
65
- path: release-scripts
66
- force-clean-build: false
+ force-clean-build: 'false'
67
description: Checkout Default Repository
+ - checkout:
+ repository: Release scripts
68
+ path: release-scripts
69
70
+ description: Checkout Release Scripts Repository
71
- script:
72
interpreter: SHELL
73
scripts:
0 commit comments