Skip to content

Commit

Permalink
Drop reference to CI direct builds
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Aug 9, 2024
1 parent c583432 commit 7815ee8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build-as-ci-does.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ echo
echo "${pbold}RUN WITH GRADLE UNDER EARTHLY${preset}"
earthly --secret OWASP_NVD_API_KEY +run-with-gradle

echo
echo "${pbold}BUILD WITH GRADLE DIRECTLY${preset}"
./gradlew clean build
echo
echo "${pbold}RUN WITH GRADLE DIRECTLY${preset}"
./run-with-gradle.sh

echo
echo "${pbold}BUILD WITH MAVEN UNDER EARTHLY${preset}"
earthly --secret OWASP_NVD_API_KEY +build-with-maven
Expand All @@ -42,10 +35,3 @@ ls target/modern-java-practices-0-SNAPSHOT-javadoc.jar
ls -d target/testapidocs/
ls target/modern-java-practices-0-SNAPSHOT-test-javadoc.jar
ls -d target/site/jacoco/

echo
echo "${pbold}BUILD WITH MAVEN DIRECTLY${preset}"
./mvnw clean verify
echo
echo "${pbold}RUN WITH MAVEN DIRECTLY${preset}"
./run-with-maven.sh

0 comments on commit 7815ee8

Please sign in to comment.