Skip to content

Commit

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

Please sign in to comment.