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

8 lines
159 B
Bash

#!/bin/bash -e
export PULPRT_TARGET=pulp
export PULPRUN_TARGET=pulp
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
source $scriptDir/common.sh