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

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

[URGENT] fix oracle integration tests (soapui)

parent 8da234ba
No related branches found
No related tags found
No related merge requests found
Pipeline #208321 failed
......@@ -4,13 +4,6 @@
# 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
exportBuildArtefactNames
: "${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!}"
......
......@@ -4,13 +4,6 @@
# 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
exportBuildArtefactNames
: "${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!}"
......
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