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

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

Fix bamboo plan.

parent 046fee9f
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ validateAndPrepareArtefacts() {
if [[ ! -f "${SMP_PLUGIN_EXAMPLE}" ]]; then
echo "SMP SPI plugin '${SMP_PLUGIN_EXAMPLE}' not found. copy from artefacts ${SMP_ARTEFACTS}!"
ls -ltr ${SMP_ARTEFACTS)
ls -ltr ${SMP_ARTEFACTS}
cp "${SMP_ARTEFACTS}smp-spi-*.jar" ./tomcat-mysql-smp-sml/artefacts/smp-spi-example.jar
else
cp "${SMP_PLUGIN_EXAMPLE}/smp-spi-example-$SMP_VERSION.jar" ./tomcat-mysql-smp-sml/artefacts/smp-spi-example.jar
......
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