Skip to content

Commit 01af260

Browse files
authored
Merge pull request #135 from OpenLiberty/staging
Merge staging to prod: Fix daily build failure
2 parents 00faf8e + 065a83e commit 01af260

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
@@ -10,7 +10,7 @@ do
1010
esac
1111
done
1212

13-
sed -i "\#<artifactId>liberty-maven-plugin</artifactId>#a<configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install></configuration>" inventory/pom.xml system/pom.xml
13+
sed -i "\#</containerRunOpts>#a<install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install>" inventory/pom.xml system/pom.xml
1414
cat inventory/pom.xml system/pom.xml
1515

1616
sed -i "s;FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi;FROM $DOCKER_USERNAME/olguides:$BUILD;g" system/Dockerfile inventory/Dockerfile

0 commit comments

Comments
 (0)