docker-compose: fix rm command argument

`e2e` package is actually under the `pkg` directory
This commit is contained in:
leoperegrino
2025-03-24 17:27:10 -03:00
committed by GitHub
parent f6089dbf47
commit a483ac928d
@@ -13,7 +13,7 @@ buildGoModule rec {
postPatch = ''
# entirely separate package that breaks the build
rm -rf e2e/
rm -rf pkg/e2e/
'';
vendorHash = "sha256-ISX+PpjapST9d/rFP0SPlFYyPb5NcwwQT6mhb1H1qEE=";