From d9b78f4956f2be4af16252036f2463ebd4c54f9c Mon Sep 17 00:00:00 2001 From: Maksym Kucherov Date: Fri, 22 Sep 2023 18:49:18 +0300 Subject: [PATCH] Revert "[TO BE REVERTED] Dump raw cloud config." This reverts commit da2719627d24dfce3eb68f0835973430a29693e3. --- ci/fetch-assets.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/fetch-assets.ps1 b/ci/fetch-assets.ps1 index 9cbb9ac..0ecdd4d 100644 --- a/ci/fetch-assets.ps1 +++ b/ci/fetch-assets.ps1 @@ -56,7 +56,3 @@ New-Item -ItemType SymbolicLink -Force -Target "$assets/51Degrees-LiteV4.1.hash" New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 Evidence Records.yml" -Path "$deviceDetectionData/20000 Evidence Records.yml" New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 User Agents.csv" -Path "$deviceDetectionData/20000 User Agents.csv" # New-Item -ItemType SymbolicLink -Force -Target "$assets/51Degrees.csv" -Path "$RepoName/fiftyone_devicedetection_cloud/tests/51Degrees.csv" - -$cloud_config = [IO.Path]::Combine($pwd, $RepoName, "Examples", "Cloud", "GettingStarted-Web", "appsettings.json") -Write-Output "Dumping '$cloud_config':" -Get-Content $cloud_config