Skip to content

Commit

Permalink
CI: remove javadoc and sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Sep 16, 2022
1 parent 3d1b55f commit 935b136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests-ci/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ sleep 5
echo "*** List folder"
ls -al

echo "*** Removing other jar files..."
rm *-javadoc.jar
rm *-sources.jar

echo "*** Starting JHipster Lite..."
java \
-jar *.jar \
Expand All @@ -29,4 +33,4 @@ done
if [ "$status" -ne 0 ]; then
echo "*** [$(date)] Not connected after" $retryCount " retries."
return 1
fi
fi

0 comments on commit 935b136

Please sign in to comment.