Skip to content

Commit

Permalink
GRP-4401: remove /root/.m2 directory in image
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Oct 5, 2022
1 parent 64e1a4a commit ca015d6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstallGrouper.sh) $JAVA_HOME/bin/java -cp :grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller, result: $returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

rm -rf /root/.m2
returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstallGrouper.sh) rm -rf /root/.m2, result: $returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

0 comments on commit ca015d6

Please sign in to comment.