Skip to content

Commit 5d5ce99

Browse files
committed
handle DOKKU_TRACE
1 parent cfe5bf1 commit 5d5ce99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pre-build-buildstep

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
2+
3+
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
4+
25
APP="$1"; IMAGE="dokku/$APP"
36
echo "-----> Injecting apt repositories and packages ..."
47

0 commit comments

Comments
 (0)