Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c6808107 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- fix issues sonar warning

parent c4a45a16
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,11 @@ echo ""
then
mkdir -p "./tomcat-mysql/artefacts/"
fi
if [[ ! -d "./tomcat-mysql-smp-sml/artefacts/" ]]
then
mkdir -p "./tomcat-mysql-smp-sml/artefacts"
fi
# SMP artefats
......
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