Skip to content

Commit 7a1dfee

Browse files
authored
Merge pull request #53 from OpenLiberty/staging
Merge staging to prod - Update dailyBuild.sh (#52)
2 parents 46537fa + 39e4da2 commit 7a1dfee

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)