1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-26 10:30:46 +00:00

Add trace mode

This commit is contained in:
Jose Diaz-Gonzalez
2016-09-20 01:31:04 -06:00
parent b69c1f3854
commit fb081cabb2
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# bin/release <build-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
cat <<EOF
---