mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This also performs a one-time migration of the DOKKU_SCHEDULER values the scheduler plugin properties. Closes #4739
7 lines
227 B
Makefile
7 lines
227 B
Makefile
SUBCOMMANDS = subcommands/report subcommands/set
|
|
TRIGGERS = triggers/scheduler-detect triggers/install triggers/post-delete triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = scheduler
|
|
|
|
include ../../common.mk
|