Skip to content

Commit

Permalink
Remove TODO to remove SpecsStaging from sources list
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 2, 2023
1 parent a57b4cd commit 262e59a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReleaseTooling/Sources/PodspecsTester/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ struct PodspecsTester: ParsableCommand {
return "--\(key)"
}
}.joined(separator: " ")
// 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://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/"
print(command)
Expand Down

0 comments on commit 262e59a

Please sign in to comment.