docker-compose: fix rm command argument (#392853)

This commit is contained in:
Pol Dellaiera
2025-03-25 15:53:17 +01:00
committed by GitHub
@@ -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=";