6 lines
168 B
Bash
Executable file
6 lines
168 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source "$PLUGIN_AVAILABLE_PATH/builder-nixpacks/internal-functions"
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
|
|
cmd-builder-nixpacks-report "$@"
|