Skip to content

Commit 38e7118

Browse files
committed
#11 Remove version definition property from build command
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 95077d3 commit 38e7118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Build OIE (signed)
2626
if: github.ref == 'refs/heads/main'
2727
working-directory: server
28-
run: ant -f mirth-build.xml -Dversion=10.10.10.dev
28+
run: ant -f mirth-build.xml
2929

3030
- name: Build OIE (unsigned)
3131
if: github.ref != 'refs/heads/main'
3232
working-directory: server
33-
run: ant -f mirth-build.xml -Dversion=10.10.10.dev -DdisableSigning=true
33+
run: ant -f mirth-build.xml -DdisableSigning=true
3434

3535
- name: Package distribution
3636
run: tar czf openintegrationengine.tar.gz -C server/ setup --transform 's|^setup|openintegrationengine/|'

0 commit comments

Comments
 (0)