Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused docker-compose configurations #858

Open
mccalluc opened this issue Nov 16, 2023 · 0 comments
Open

Unused docker-compose configurations #858

mccalluc opened this issue Nov 16, 2023 · 0 comments

Comments

@mccalluc
Copy link

Looking at #860, one problem seems to be that there is no test of the dev environment. There are other docker-compose configurations that seem to be unreferenced:

$ for D in docker-*.yml; do echo $D; grep $D --files-with-matches --exclude-dir .git -r . || echo "  No references to $D"; done
docker-compose-ci-step1.yml
./.github/workflows/cypress.yml
docker-compose-ci-step2.yml
./.github/workflows/cypress.yml
./docker-compose-ci-step2.yml
docker-compose-cypressdev.yml
  No references to docker-compose-cypressdev.yml
docker-compose-test.yml
  No references to docker-compose-test.yml
docker-compose.yml
./docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant