Skip to content

Commit

Permalink
ci: Remove Docker Compose files used by old CI (#633)
Browse files Browse the repository at this point in the history
### Motivation

In #604 we enabled all the Github Actions based workflows we need for
CI. Since then we have updated the branch protection rules and disabled
the webhook for the old CI, so we can remove the Docker Compose files
that were used by the old CI.

### Modifications

Delete the Docker Compose files.

### Result

Less clutter in the repo.

### Test Plan

This PR should show the new, Github Actions CI checks, and shouldn't be
showing any of the older CI jobs. If that's true, we are safe to remove
them.
  • Loading branch information
simonjbeaumont authored Sep 19, 2024
1 parent 632b68f commit 0eb9afa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 163 deletions.
26 changes: 0 additions & 26 deletions docker/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose.2204.510.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions docker/docker-compose.2204.59.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions docker/docker-compose.2204.590.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose.2204.main.yaml

This file was deleted.

63 changes: 0 additions & 63 deletions docker/docker-compose.yaml

This file was deleted.

0 comments on commit 0eb9afa

Please sign in to comment.