Skip to content

Commit

Permalink
handle DOKKU_TRACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Cactusbone committed Sep 18, 2015
1 parent cfe5bf1 commit 5d5ce99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pre-build-buildstep
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash -e
#!/usr/bin/env bash

set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x

APP="$1"; IMAGE="dokku/$APP"
echo "-----> Injecting apt repositories and packages ..."

Expand Down

0 comments on commit 5d5ce99

Please sign in to comment.