Skip to content

Commit

Permalink
Merge pull request #80 from shopware/remove-useless-check
Browse files Browse the repository at this point in the history
Remove parameters check
  • Loading branch information
shyim authored Jan 24, 2024
2 parents 52cab0a + 69eec0c commit 3d0fd8f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/callable-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ jobs:
if: "always() && steps.checkout.outcome == 'success'"
run: |
.github/recipes-checker-main/run lint:packages
- name: Parameters should be defined via the "container" configurator
if: "always() && steps.checkout.outcome == 'success'"
run: |
ERRORS=$(find */*/*/config/packages/ -name '*.yaml' -or -name '*.yml' \
| xargs -n1 grep -P -H -n '^parameters:' \
| cut -d: -f1-2 \
| sed 's/\(.*\):\([0-9]*\)$/\\n::error file=\1,line=\2::"parameters" should be defined via the "container" configurator instead/' || true)
if [[ "" != "$ERRORS" ]]; then echo -e "$ERRORS\n"; exit 1; fi
- name: Underscore notation under config/
if: "always() && steps.checkout.outcome == 'success'"
run: |
Expand Down

0 comments on commit 3d0fd8f

Please sign in to comment.