Another push to get this out the door

This commit is contained in:
Luke Murphy
2020-03-19 01:43:41 +01:00
parent fa38cb4745
commit 9544075137
6 changed files with 718 additions and 5 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
export DEBIAN_FRONTEND=noninteractive