Skip to content

Commit

Permalink
#3265 Remove tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SaCodematix committed Nov 17, 2023
1 parent 70d05b6 commit 2d0ce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z ${PROFILE} ]; then
exit -1
fi
echo "Going to run maven build with profile: ${PROFILE}"
mvn --settings ./.github/workflows/.github.settings.xml --no-transfer-progress -P${PROFILE} clean javadoc:javadoc install -Dmaven.test.skip=true
mvn --settings ./.github/workflows/.github.settings.xml --no-transfer-progress -P${PROFILE} clean javadoc:javadoc install
if [ $? -ne 0 ]; then
echo "Maven build failed!"
exit -1
Expand Down

0 comments on commit 2d0ce2d

Please sign in to comment.