mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +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
|
cp -r testdata/remoteload/simple $ROOT/simple.git
|
||||||
(
|
(
|
||||||
cd $ROOT/simple.git
|
cd $ROOT/simple.git
|
||||||
|
git config --global protocol.file.allow always
|
||||||
git init --initial-branch=main
|
git init --initial-branch=main
|
||||||
git add .
|
git add .
|
||||||
git commit -m "import"
|
git commit -m "import"
|
||||||
|
|||||||
Reference in New Issue
Block a user