We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121b930 commit c9bc615Copy full SHA for c9bc615
server/version.txt
@@ -1 +1 @@
1
-2021.01.2
+2021.02.1
tests/tests.ps1
@@ -10,7 +10,7 @@ $ErrorActionPreference = "Stop"
10
11
Write-Host "Testing DeepStack : "$DeepStackURL
12
13
-$env:TEST_IMAGES_DIR = [IO.Path]::Combine($PSScriptRoot,"test_data")
+$env:TEST_DATA_DIR = [IO.Path]::Combine($PSScriptRoot,"test_data")
14
$env:TEST_DEEPSTACK_URL = $DeepStackURL
15
$env:TEST_API_KEY = $APIKEY
16
0 commit comments