Files
dokku/plugins/builder-lambda/install
2022-08-08 15:14:48 -04:00

14 lines
329 B
Bash
Executable File

#!/usr/bin/env bash
source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
trigger-builder-lambda-install() {
declare desc="installs the builder-lambda plugin"
declare trigger="install"
fn-plugin-property-setup "builder-lambda"
}
trigger-builder-lambda-install "$@"