mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Enable DOKKU_TRACE when running travis tests.
This commit is contained in:
@@ -13,6 +13,9 @@ if [[ $2 == *dokku* ]]; then
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y git make curl software-properties-common
|
||||
echo "-----> Set hostname to dokku.me"
|
||||
hostname dokku.me
|
||||
echo "-----> Enabling tracing"
|
||||
mkdir -p /home/dokku
|
||||
echo "export DOKKU_TRACE=1" >> /home/dokku/dokkurc
|
||||
echo "-----> Running make install"
|
||||
DEBIAN_FRONTEND=noninteractive make install
|
||||
echo "-----> Generating keypair..."
|
||||
|
||||
Reference in New Issue
Block a user