mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 15:27:01 +00:00
fix TestRemoteLoad_LocalProtocol (#4844)
* remote load test fix * fix spacing
This commit is contained in:
@@ -62,6 +62,7 @@ export GIT_COMMITTER_NAME=Nobody
|
||||
cp -r testdata/remoteload/simple $ROOT/simple.git
|
||||
(
|
||||
cd $ROOT/simple.git
|
||||
git config --global protocol.file.allow always
|
||||
git init --initial-branch=main
|
||||
git add .
|
||||
git commit -m "import"
|
||||
|
||||
Reference in New Issue
Block a user