add static library path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-05-12 02:13:26 +02:00
parent f5615b26a3
commit 03ac4f17b0

View File

@ -5,6 +5,6 @@ set -o nounset
set -o errexit set -o errexit
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
mkdir ./library/ mkdir /library
git clone "$MOLECULE_CUSTOM_MODULES_REPO" ./library/ git clone "$MOLECULE_CUSTOM_MODULES_REPO" /library
fi fi