set PLUGIN_DATA_ROOT to fixtures directory
This commit is contained in:
@@ -5,8 +5,11 @@ export DOKKU_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/dokku"
|
|||||||
export DOKKU_VERSION=${DOKKU_VERSION:-"master"}
|
export DOKKU_VERSION=${DOKKU_VERSION:-"master"}
|
||||||
export PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/bin:$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/dokku:$PATH"
|
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_PATH="$DOKKU_ROOT/plugins"
|
||||||
|
export PLUGIN_DATA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/fixtures"
|
||||||
export SERVICE=redis
|
export SERVICE=redis
|
||||||
|
|
||||||
|
mkdir -p $PLUGIN_DATA_ROOT
|
||||||
|
|
||||||
flunk() {
|
flunk() {
|
||||||
{ if [ "$#" -eq 0 ]; then cat -
|
{ if [ "$#" -eq 0 ]; then cat -
|
||||||
else echo "$*"
|
else echo "$*"
|
||||||
|
|||||||
Reference in New Issue
Block a user