Skip to content

Commit

Permalink
remove maven clean parameter when building the serverless-workflow-pr…
Browse files Browse the repository at this point in the history
…oject sample project (#1685)
  • Loading branch information
rgdoliveira authored Sep 1, 2023
1 parent 7efbbd6 commit fca8839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/logic/build-quarkus-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mvn ${MAVEN_OPTIONS} \
-DskipTests \
-Dmaven.repo.local=${mvn_local_repo} \
-Dquarkus.container-image.build=false \
clean install
install

cd ${build_target_dir}

Expand Down

0 comments on commit fca8839

Please sign in to comment.