From 2796e545401fe9a12d76923c055f22624867ab41 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Mon, 17 Jun 2019 16:29:40 -0700 Subject: [PATCH] Put windows test script next to pre-commit.sh --- docs/howtowindows.md | 4 ++-- {bin => travis}/Invoke-PreCommit.ps1 | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {bin => travis}/Invoke-PreCommit.ps1 (100%) diff --git a/docs/howtowindows.md b/docs/howtowindows.md index d435db17b..fbdc8f40d 100644 --- a/docs/howtowindows.md +++ b/docs/howtowindows.md @@ -46,8 +46,8 @@ Usage: C:\_go\bin\mdrip.exe {fileName}... #### Step 3 - Get Source and Test - In your GoRoot src - ```Example: C:\_go\src``` -- Navigate to the Kustomize bin directory - - ```Example: C:\_go\src\sigs.k8s.io\kustomize\bin``` +- Navigate to the Kustomize `travis` directory + - ```Example: C:\_go\src\sigs.k8s.io\kustomize\travis``` - Now Execute: - ```.\Invoke-PreCommit.ps1``` diff --git a/bin/Invoke-PreCommit.ps1 b/travis/Invoke-PreCommit.ps1 similarity index 100% rename from bin/Invoke-PreCommit.ps1 rename to travis/Invoke-PreCommit.ps1