docker-compose: fix rm command argument (#392853)
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user