Skip to content

Commit

Permalink
Only register core (flyteorg#598)
Browse files Browse the repository at this point in the history
* Only register core

Signed-off-by: Eduardo Apolinario <[email protected]>

* Only pick Dockerfile at the root of cookbook/core

Signed-off-by: Eduardo Apolinario <[email protected]>

Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Jan 12, 2022
1 parent 503fd43 commit e4be1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox_register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: "Provide the list"
id: create-list
run: echo "::set-output name=packages::$(find cookbook -mindepth 1 -maxdepth 5 -type f -name Dockerfile -exec dirname '{}' \; | sort | jq --raw-input . | jq --slurp . | jq -c .)"
run: echo "::set-output name=packages::$(find cookbook/core -mindepth 1 -maxdepth 1 -type f -name Dockerfile -exec dirname '{}' \; | sort | jq --raw-input . | jq --slurp . | jq -c .)"
outputs:
packages: "${{ steps.create-list.outputs.packages }}"
# Use matrix strategy to run serialize for all directories in parallel. This also uploads the examples as artifacts
Expand Down

0 comments on commit e4be1f8

Please sign in to comment.