This commit is contained in:
burnettk 2022-06-20 23:25:12 -04:00
parent 6fae660772
commit aa8f5bebeb

View File

@ -7,5 +7,5 @@ function error_handler() {
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
BPMN_SPEC_ABSOLUTE_DIR=..//sample-process-models docker compose stop
BPMN_SPEC_ABSOLUTE_DIR=../sample-process-models docker compose stop
./bin/build_and_run_with_docker_compose