Skip to content

Commit

Permalink
Use compose-spec.json which do not complaining about interpolations (
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored May 16, 2024
1 parent 435ba14 commit 8987b09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,9 @@ repos:
entry: ./scripts/ci/pre_commit/json_schema.py
args:
- --spec-url
- https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
# In recent changes interpolation does not supports in composed spec
# See: https://github.com/compose-spec/compose-spec/issues/501
- https://raw.githubusercontent.com/compose-spec/compose-spec/77bd39a846442132495990c221d5aa3509ce19bc/schema/compose-spec.json
language: python
pass_filenames: true
files: ^scripts/ci/docker-compose/.+\.ya?ml$|docker-compose\.ya?ml$
Expand Down

0 comments on commit 8987b09

Please sign in to comment.