Skip to content

Commit

Permalink
Merge branch 'main' into 30.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensoftware52 committed Jun 10, 2024
2 parents 41f8d2b + fceedc3 commit 47f3b7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CI/force_rebase_overwrite.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CI/internal_meta.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CI/rebase.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CI/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CI/start_builds.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f3b7a

Please sign in to comment.