mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
show logs in deploy tests
This commit is contained in:
@@ -11,7 +11,8 @@ destroy_app(){
|
||||
|
||||
failed(){
|
||||
echo "************ $1 failed ************"
|
||||
# destroy_app
|
||||
dokku logs $REPO
|
||||
destroy_app
|
||||
exit 1
|
||||
}
|
||||
|
||||
@@ -46,4 +47,5 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
dokku logs $REPO
|
||||
destroy_app
|
||||
|
||||
Reference in New Issue
Block a user