You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2022/01/12 07:47:31 UTC

[GitHub] [incubator-liminal] zionrubin commented on a change in pull request #74: Extensibility

zionrubin commented on a change in pull request #74:
URL: https://github.com/apache/incubator-liminal/pull/74#discussion_r782783283



##########
File path: scripts/liminal
##########
@@ -141,7 +143,9 @@ def deploy_liminal_apps(path, clean):
     liminal_home = environment.get_liminal_home()
     os.makedirs(liminal_home, exist_ok=True)
     os.makedirs(environment.get_dags_dir(), exist_ok=True)
+
     deploy_liminal_core_internal(liminal_home, clean)
+    deploy_plugins(liminal_home)

Review comment:
       looks like you checked the wrong version (not sure how 😟 ) 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org