pulp-runtime/configs/common.sh
Germain Haugou 31052776f8 Added runner
2019-12-17 22:14:17 +01:00

6 lines
No EOL
153 B
Bash

#!/bin/bash -e
scriptDir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
export PULPRT_HOME=$scriptDir
export PULP_SDK_HOME=$PULPRT_HOME