Skip to content

Commit

Permalink
Added github action (flyteorg#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Dec 6, 2021
1 parent 4fc3229 commit 16bc22e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sandbox_register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,14 @@ jobs:
run: |
make setup
flytectl config init
- name: Register Examples
run: |
flytectl register files -p flytesnacks -d development ./download-artifact/**/*
- name: Register examples
uses: unionai/[email protected]
with:
flytesnacks: false
proto: ./download-artifact/**/*
project: flytesnacks
version: "latest"
domain: development

# Download artifacts again and push them to the release only if this is not a pull request
release:
Expand Down

0 comments on commit 16bc22e

Please sign in to comment.