Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 7bc1044

Browse files
committed
making ml version dynamic
1 parent 791201e commit 7bc1044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dev-tasks/travis-install-ml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set | grep TRAVIS
1515

1616
test $1 && arg1=$1
1717
if [[ $arg1 = 'release' ]]; then
18-
ver=8.0-5
18+
ver=${ML_VERSION}
1919
fname=MarkLogic-${ver}.x86_64.rpm
2020
fnamedeb="marklogic_"
2121
fnamedeb=$fnamedeb$ver

0 commit comments

Comments
 (0)