We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46537fa + 39e4da2 commit 7a1dfeeCopy full SHA for 7a1dfee
scripts/dailyBuild.sh
@@ -7,7 +7,7 @@ while getopts t:d: flag; do
7
esac
8
done
9
10
-sed -i "\#liberty {#a \ninstall { runtimeUrl=\"https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER\"}" ear/build.gradle
+sed -i "\#liberty {#a install { runtimeUrl=\"https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER\"}" ear/build.gradle
11
cat ear/build.gradle
12
13
../scripts/testApp.sh
0 commit comments