Skip to content

Commit 468f539

Browse files
authored
Update dailyBuild.sh (#52)
1 parent 6b9075e commit 468f539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dailyBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ while getopts t:d: flag; do
77
esac
88
done
99

10-
sed -i "\#liberty {#a \ninstall { runtimeUrl=\"https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER\"}" ear/build.gradle
10+
sed -i "\#liberty {#a install { runtimeUrl=\"https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER\"}" ear/build.gradle
1111
cat ear/build.gradle
1212

1313
../scripts/testApp.sh

0 commit comments

Comments
 (0)