Skip to content

Commit

Permalink
Revert "[TO BE REVERTED] Dump raw cloud config."
Browse files Browse the repository at this point in the history
This reverts commit da27196.
  • Loading branch information
drasmart committed Sep 22, 2023
1 parent da27196 commit d9b78f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/fetch-assets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9b78f4

Please sign in to comment.