set PLUGIN_DATA_ROOT to fixtures directory

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-07 00:20:39 -04:00
parent 8c0bbb3128
commit c37e99f77c

View File

@@ -5,8 +5,11 @@ export DOKKU_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/dokku"
export DOKKU_VERSION=${DOKKU_VERSION:-"master"}
export PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/bin:$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/dokku:$PATH"
export PLUGIN_PATH="$DOKKU_ROOT/plugins"
export PLUGIN_DATA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/fixtures"
export SERVICE=redis
mkdir -p $PLUGIN_DATA_ROOT
flunk() {
{ if [ "$#" -eq 0 ]; then cat -
else echo "$*"