Skip to content

Commit

Permalink
syntax fix maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpb committed Feb 6, 2025
1 parent ec770f5 commit a80d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks:
actions:
- cmd: |
for package in $(ls src); do
if [[ ! "${EXCLUDED_PACKAGES[*]}" =~ ${package} ]]; then
if [[ ! ${EXCLUDED_PACKAGES[*]} =~ ${package} ]]; then
uds run -f src/${package}/tasks.yaml validate --no-progress
fi
done
Expand Down

0 comments on commit a80d8fc

Please sign in to comment.