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