forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate register from docker to flytectl (flyteorg#257)
* Migrate register from docker to flytectl Signed-off-by: yuvraj <[email protected]> * Small fix Signed-off-by: Yuvraj <[email protected]> * added docs for flytectl in readme Signed-off-by: Yuvraj <[email protected]> * remove register command from conatiner Signed-off-by: Yuvraj <[email protected]> * use register command outside the container Signed-off-by: Yuvraj <[email protected]> * remove register from container makefile for all example Signed-off-by: Yuvraj <[email protected]> * fix typo Signed-off-by: Yuvraj <[email protected]> * revert conatiner change Signed-off-by: Yuvraj <[email protected]>
- Loading branch information
Showing
12 changed files
with
33 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,11 @@ jobs: | |
with: | ||
fetch-depth: "0" | ||
- uses: unionai/[email protected] | ||
- name: setup sandbox | ||
run: flytectl sandbox start --sourcesPath=$GITHUB_WORKSPACE | ||
- name: fast register | ||
- name: Setup sandbox | ||
run: make setup | ||
- name: Setup flytectl config | ||
run: eval $(make flytectl-config) | ||
- name: Register | ||
run: VERSION=latest make register | ||
- name: Fast register | ||
run: REGISTRY=ghcr.io/flyteorg VERSION=latest make fast_register |
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
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
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