This commit is contained in:
parent
339c3d63cc
commit
ae4010b6a1
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eo pipefail
|
||||
|
||||
LIBRARY_DIR=$(pwd)library/
|
||||
FILTERS_DIR=$(pwd)plugins/filters/
|
||||
DIR=$(pwd)
|
||||
LIBRARY_DIR=${DIR%/}/library/
|
||||
FILTERS_DIR=${DIR%/}/plugins/filters/
|
||||
|
||||
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
|
||||
echo "Cloning custom modules..."
|
||||
|
Reference in New Issue
Block a user