Skip to content
Snippets Groups Projects
Commit d02da35a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix: Fix release script

parent 8c5a3ebb
No related branches found
No related tags found
No related merge requests found
Pipeline #32904 failed
......@@ -28,17 +28,8 @@ if [[ $? -ne 0 ]]; then
fi
echo "Prepare release [OK]"
echo "**********************************"
echo "* Performing release..."
echo "* Compiling sources..."
echo "**********************************"
mvn release:perform --quiet -Darguments="${RELEASE_OPTS}"
if [[ $? -ne 0 ]]; then
exit 1
fi
echo "Perform release [OK]"
mvn release:perform
\ No newline at end of file
mvn clean install -DskipTests --quiet
echo "Compiling sources [OK]"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment