build
This commit is contained in:
parent
f590637a3f
commit
d9d3033ac3
|
@ -12,12 +12,12 @@ from utils.logger_utils import app_logger
|
|||
def run(context: Context):
|
||||
app_logger().info("build run.")
|
||||
tasks = [
|
||||
# ProjectInit(context),
|
||||
ProjectInit(context),
|
||||
ProjectCopy(context),
|
||||
ProjectUpdate(context),
|
||||
ProjectBuild(context),
|
||||
ProjectUpload(context),
|
||||
# ProjectEnd(context),
|
||||
ProjectEnd(context),
|
||||
]
|
||||
|
||||
for task in tasks:
|
||||
|
|
Loading…
Reference in New Issue