From 8068da8c9eab2b3aec639a5ba14eb174baf047ca Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sun, 14 May 2017 21:36:39 +0200 Subject: [PATCH] Test --- pom.xml | 2 +- src/ci/scripts/updateSeleniumDrivers.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8063b4820..ffa5cafe9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.archiva archiva-parent - 18 + 19-SNAPSHOT archiva diff --git a/src/ci/scripts/updateSeleniumDrivers.ps1 b/src/ci/scripts/updateSeleniumDrivers.ps1 index 896bca047..090fc47c8 100644 --- a/src/ci/scripts/updateSeleniumDrivers.ps1 +++ b/src/ci/scripts/updateSeleniumDrivers.ps1 @@ -65,7 +65,7 @@ foreach ($h in $urls.GetEnumerator()) { } if(!(Test-Path -Path $downloadDir )){ - New-Item -ItemType directory -Path $downloadFile + New-Item -ItemType directory -Path $downloadDir } if ($Force -Or !(Test-Path -Path $downloadFile )){ -- 2.39.5