Skip to content

Commit

Permalink
no longer check for file that is no longer archived (table now direct…
Browse files Browse the repository at this point in the history
…ly links to GitHub)
  • Loading branch information
mathiasertl committed Mar 30, 2024
1 parent 4c46330 commit 6e12c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devscripts/validation/docker_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ def validate_docker_compose_files(release: str) -> int:
"""Validate the state of docker compose files when releasing."""
errors = 0
errors += _validate_default_version("docker-compose.yml", release)
errors += _validate_default_version(Path(f"docs/source/_files/{release}/docker-compose.yml"), release)
return errors


Expand Down

0 comments on commit 6e12c17

Please sign in to comment.