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

8 lines
171 B
Bash

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