We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe5bf1 commit 5d5ce99Copy full SHA for 5d5ce99
pre-build-buildstep
@@ -1,4 +1,7 @@
1
-#!/bin/bash -e
+#!/usr/bin/env bash
2
+
3
+set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
4
5
APP="$1"; IMAGE="dokku/$APP"
6
echo "-----> Injecting apt repositories and packages ..."
7
0 commit comments