diff --git a/CI/force_rebase_overwrite.ps1 b/CI/force_rebase_overwrite.ps1 index a4cadd69..12eed5cc 100644 --- a/CI/force_rebase_overwrite.ps1 +++ b/CI/force_rebase_overwrite.ps1 @@ -1,5 +1,5 @@ # URL to the JSON data -$jsonUrl = "https://s3.us-west-2.amazonaws.com/slobs-cdn.streamlabs.com/obsplugin/obsversions.json" +$jsonUrl = "https://s3.us-west-2.amazonaws.com/slobs-cdn.streamlabs.com/obsplugin/obsversions_internal.json" # Fetch the JSON content $jsonContent = Invoke-RestMethod -Uri $jsonUrl diff --git a/CI/internal_meta.ps1 b/CI/internal_meta.ps1 index 38524c10..4d81ab2c 100644 --- a/CI/internal_meta.ps1 +++ b/CI/internal_meta.ps1 @@ -8,7 +8,7 @@ if (-Not (Test-Path -Path $repoPath)) { } # URL to the JSON data for known OBS versions -$urlJsonObsVersions = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions.json" +$urlJsonObsVersions = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions_internal.json" # Fetch the JSON content $jsonContent = Invoke-RestMethod -Uri $urlJsonObsVersions diff --git a/CI/rebase.ps1 b/CI/rebase.ps1 index f49755f3..3bccaafe 100644 --- a/CI/rebase.ps1 +++ b/CI/rebase.ps1 @@ -1,5 +1,5 @@ # URL to the JSON data -$jsonUrl = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions.json" +$jsonUrl = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions_internal.json" # Fetch the JSON content $jsonContent = Invoke-RestMethod -Uri $jsonUrl diff --git a/CI/release.ps1 b/CI/release.ps1 index 34aa53d5..08a595bf 100644 --- a/CI/release.ps1 +++ b/CI/release.ps1 @@ -4,7 +4,7 @@ $Env:AWS_SECRET_ACCESS_KEY = $Env:AWS_RELEASE_SECRET_ACCESS_KEY $Env:AWS_DEFAULT_REGION = "us-west-2" # URL to the JSON data for known OBS versions -$urlJsonObsVersions = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions.json" +$urlJsonObsVersions = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions_internal.json" # Fetch the JSON content $jsonContent = Invoke-RestMethod -Uri $urlJsonObsVersions diff --git a/CI/start_builds.ps1 b/CI/start_builds.ps1 index f6c8d50c..93f4dac2 100644 --- a/CI/start_builds.ps1 +++ b/CI/start_builds.ps1 @@ -49,7 +49,7 @@ Write-Output "The next_rev value has been incremented successfully." # # URL to the OBS Versions JSON data -$jsonUrl = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions.json" +$jsonUrl = "https://slobs-cdn.streamlabs.com/obsplugin/obsversions_internal.json" # Fetch the JSON content $jsonContent = Invoke-RestMethod -Uri $jsonUrl