Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 31, 2024
1 parent e368a05 commit bf22df2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry-automation/cmd/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func runCI(cmd *cobra.Command, args []string) {
_ = cleanupUploadedConnectorVersions(client, connectorVersions) // ignore errors while cleaning up
// delete the uploaded connector versions from the registry
log.Fatalf("Failed to upload the connector version: %v", uploadConnectorVersionErr)
// TODO: Delete the uploaded connector versions from the registry

} else {
fmt.Println("Successfully uploaded the connector versions to the registry")
Expand Down

0 comments on commit bf22df2

Please sign in to comment.