Skip to content

Commit b82142f

Browse files
authored
Merge pull request #5 from openmrs/force-clean-build
(chore) Try to fix release by setting force-clean-build to true
1 parent 04a022d commit b82142f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bamboo-specs/bamboo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ Release to Maven:
6161
key: RTM
6262
tasks:
6363
- checkout:
64-
force-clean-build: 'false'
64+
force-clean-build: 'true'
6565
description: Checkout Default Repository
6666
- checkout:
6767
repository: Release scripts
6868
path: release-scripts
69-
force-clean-build: 'false'
69+
force-clean-build: 'true'
7070
description: Checkout Release Scripts Repository
7171
- script:
7272
interpreter: SHELL
@@ -171,4 +171,4 @@ plan-permissions:
171171
- anonymous
172172
permissions:
173173
- view
174-
...
174+
...

0 commit comments

Comments
 (0)