Skip to content

Commit

Permalink
Merge branch 'schema-tracking'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 20, 2024
2 parents ee18986 + 0d13b40 commit bd1be0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

DIR="$(dirname "$(readlink -f "$0")")"

"${DIR}"/../mvnw -f "${DIR}/pom.xml" -B -U clean compile test-compile
"${DIR}"/../mvnw -f "${DIR}/pom.xml" -B -U -DskipTests -Dspotless.check.skip -Dquarkus.smallrye-openapi.info-title="Cryostat API" clean quarkus:dev &
"${DIR}"/../mvnw -f "${DIR}/../pom.xml" -B -U clean compile test-compile
"${DIR}"/../mvnw -f "${DIR}/../pom.xml" -B -U -DskipTests -Dspotless.check.skip -Dquarkus.smallrye-openapi.info-title="Cryostat API" clean quarkus:dev &
pid="$!"
set +e
sleep 30
Expand Down

0 comments on commit bd1be0a

Please sign in to comment.