Skip to content

Commit

Permalink
maxdepth 1
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Aug 20, 2018
1 parent 640a658 commit bad2002
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/core -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 bad2002

Please sign in to comment.