Skip to content

Commit

Permalink
For #604. Check locally for uploaded dirs/files
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Aug 5, 2024
1 parent 3b3ca85 commit 09d59e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-as-ci-does.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ earthly --secret OWASP_NVD_API_KEY +build-with-maven
echo
echo "${pbold}RUN WITH MAVEN UNDER EARTHLY${preset}"
earthly --secret OWASP_NVD_API_KEY +run-with-maven
echo
echo "${pbold}SIMULATE UPLOAD${preset}"
ls -d target/apidocs/
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}"
Expand Down

0 comments on commit 09d59e3

Please sign in to comment.