Skip to content

Commit

Permalink
Merge pull request #267 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Remove docker build
  • Loading branch information
gkwan-ibm authored Apr 23, 2024
2 parents f90350b + 8e32fad commit 0075cb0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/dailyBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ do
case "${flag}" in
t) DATE="${OPTARG}";;
d) DRIVER="${OPTARG}";;
b) BUILD="${OPTARG}";;
u) DOCKER_USERNAME="${OPTARG}";;
*) echo "Invalid option";;
esac
done
Expand All @@ -16,9 +14,4 @@ sed -i "\#<artifactId>liberty-maven-plugin</artifactId>#a<configuration><install
cat system/pom.xml
cat inventory/pom.xml

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

sudo -u runner ../scripts/testApp.sh

0 comments on commit 0075cb0

Please sign in to comment.