Repository: archiva Updated Branches: refs/heads/citest d0adf96a8 -> e7d055fa9
Fixing path Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e7d055fa Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e7d055fa Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e7d055fa Branch: refs/heads/citest Commit: e7d055fa957648a62ad6a1c100b8f262dc68abd5 Parents: d0adf96 Author: Martin Stockhammer <[email protected]> Authored: Sun Apr 30 20:17:24 2017 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Sun Apr 30 20:17:24 2017 +0200 ---------------------------------------------------------------------- src/ci/scripts/cleanup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/e7d055fa/src/ci/scripts/cleanup.bat ---------------------------------------------------------------------- diff --git a/src/ci/scripts/cleanup.bat b/src/ci/scripts/cleanup.bat index 2e74bf7..fdb09df 100644 --- a/src/ci/scripts/cleanup.bat +++ b/src/ci/scripts/cleanup.bat @@ -1,4 +1,4 @@ @echo off SET runpath=%~dp0 -PowerShell.exe -NonInteractive -ExecutionPolicy bypass -File %runpath%src\ci\scripts\cleanup.ps1 %* +PowerShell.exe -NonInteractive -ExecutionPolicy bypass -File %runpath%cleanup.ps1 %*
