mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
Because the app-json extraction happens before the build-dir is set, it doesn't end up respecting the value, and thus the user might get the wrong app.json file. This takes advantage of path.Join()'s default of ignoring empty paths.
7 lines
407 B
Makefile
7 lines
407 B
Makefile
SUBCOMMANDS = subcommands/report subcommands/set
|
|
TRIGGERS = triggers/builder-detect triggers/builder-get-property triggers/builder-image-is-cnb triggers/builder-image-is-herokuish triggers/core-post-extract triggers/install triggers/post-app-clone-setup triggers/post-app-rename-setup triggers/post-delete triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = builder
|
|
|
|
include ../../common.mk
|