-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(Makefile): enhance Instill Core launch (#377)
Because - the `core` repo is treated as the main Instill Core repo - `make all/latest` now by default will launch all projects without building all components images from scratch - `make all/latest PROJECT={core,vdp,model}` will launch the specified projects - `make all/latest BUILD=true` will launch all projects and build all components from scratch - `make down` will tear down everything in Instill Core - `make all/latest {BUILD=true}` in the `vdp` and `model` repo will launch their dependent `core` - `make down` in the `vdp` and `model` repo will tear down everything in Instill Core This commit - implement the above-mentioned logics
- Loading branch information
Showing
4 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters