Skip to content

Conversation

@timfish
Copy link
Collaborator

@timfish timfish commented Feb 1, 2024

This PR adds a script to cleanup any docker containers left over from the node integration tests.

  • It uses globby@11 since that is already installed for a couple of our dependencies.
  • It finds all the docker-compose.yml files and runs docker compose down --volumes in those directories.
  • It catches all errors for when docker is not running

@timfish timfish marked this pull request as ready for review February 1, 2024 11:00
@timfish timfish requested a review from mydea February 1, 2024 12:06
@AbhiPrasad AbhiPrasad merged commit afa67bf into getsentry:develop Feb 1, 2024
@timfish timfish deleted the fix/clean-docker branch February 4, 2024 03:40
onurtemizkan pushed a commit that referenced this pull request Feb 4, 2024
This PR adds a script to cleanup any docker containers left over from
the node integration tests.

- It uses `globby@11` since that is already installed for a couple of
our dependencies.
- It finds all the `docker-compose.yml` files and runs `docker compose
down --volumes` in those directories.
- It catches all errors for when docker is not running
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

Successfully merging this pull request may close these issues.

3 participants