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

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

[URGENT] fix build tests

parent 21fb4561
No related branches found
No related tags found
No related merge requests found
Pipeline #149505 passed with warnings
......@@ -4,14 +4,17 @@
# first it copies external resources to resources folder
# then it builds the image using docker-compose.build.yml
# and finally it cleans the external resources
WORKING_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${WORKING_DIR}"
source "${WORKING_DIR}/../../functions/common.functions"
initializeCommonVariables
: "${SMP_PROJECT_FOLDER:?Need to set SMP project folder non-empty!}"
: "${SMP_VERSION:?Need to set SMP version non-empty!}"
: "${SMP_ARTEFACTS:?Need to set SMP_ARTEFACTS non-empty!}"
: "${SMP_SPRINGBOOT_ARTEFACTS:?Need to set SMP_SPRINGBOOT_ARTEFACTS non-empty!}"
WORKING_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${WORKING_DIR}"
copyExternalImageResources() {
echo "Copy test project resources ..."
# copy artefact to docker build folder
......
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