wusamzong commented on PR #457:
URL: https://github.com/apache/yunikorn-core/pull/457#issuecomment-1331712321

   > Need to move the go setup task prior to the license check task.
   
   I’m not sure I understand what you mean.
   If it should be changed to the following?
   ```
   .PHONY: run
   run: license-check build
        @echo "running scheduler locally"
        ...
   .PHONY: run_plugin
   run_plugin: license-check build_plugin
        @echo "running scheduler plugin locally"
        ...
   ```
   Put the `license-check` phase before the `build` phase?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to