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

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

Fix bamboo plan.

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