Skip to content

Commit

Permalink
Add SpecsStaging to PodspecsTester
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 1, 2023
1 parent 4fcabd6 commit a57b4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseTooling/Sources/PodspecsTester/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ struct PodspecsTester: ParsableCommand {
return "--\(key)"
}
}.joined(separator: " ")
// TODO(andrewheard): Remove SpecsDev URL from sources before merging into `master`.
// TODO(andrewheard): Remove SpecsStaging URL from sources before merging into `master`.
let command =
"pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://cdn.cocoapods.org/"
"pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/"
print(command)
let result = Shell.executeCommandFromScript(
command,
Expand Down

0 comments on commit a57b4cd

Please sign in to comment.