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

Skip to content
Snippets Groups Projects
stopClearCompose.sh 412 B
Newer Older
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
#!/bin/bash

SMP_PROJECT_FOLDER=$(readlink -e "${WORKDIR}/../../..")
source "${SMP_PROJECT_FOLDER}/functions/common.functions"
source "${SMP_PROJECT_FOLDER}/smp-docker/functions/run-test.functions"
[ -f "${WORKDIR}/.env" ] && source "${WORKDIR}/.env"
cd "${WORKDIR}" || exit 100
initializeCommonVariables
discoverApplicationVersion
echo "Clear old containers"
stopAndClearTestContainers