Skip to content

Commit

Permalink
feat: i'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Dec 17, 2024
1 parent cdbd3be commit f4d038a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Finding files and store to output
id: finding-files
run: |
echo "FILELIST=$(find . -name 'Containerfile' -print | jq -R -s -c 'split("\n")[:-1]' | jq -R -s -c 'map(select(. | (contains("che-min") or contains("che-base")) | not))')" >> $GITHUB_OUTPUT
echo "FILELIST=$(find . -name 'Containerfile' -print | jq -R -c 'split("\n")[:-1]' | jq -R -s -c 'map(select(. | (contains("che-min") or contains("che-base")) | not))')" >> $GITHUB_OUTPUT
- name: Show files
run: echo "${{ steps.finding-files.outputs.FILELIST }}"
- name: Extract branch name
Expand Down

0 comments on commit f4d038a

Please sign in to comment.