Skip to content

Commit

Permalink
Remove some traces of removed jobs from the circle ci config
Browse files Browse the repository at this point in the history
Summary:
This fixes the following validation errors:

Error calling workflow: 'release': Cannot find a definition for job named verify-release
Job 'publish-to-github' requires 'build-for-release', which is the name of 0 other jobs in workflow 'release'

Reviewed By: samodom

Differential Revision: D31535351

fbshipit-source-id: 5d3ff4ecf84f666b2592916ed67bf0dcba46c05e
  • Loading branch information
jawwad authored and facebook-github-bot committed Oct 12, 2021
1 parent b7e907b commit 1ac3f9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ workflows:
<<: *onlyRunOnTags
- publish-to-github:
<<: *onlyRunOnTags
requires:
- build-for-release
- publish-cocoapods:
<<: *onlyRunOnTags
<<: *requiresSetup
- verify-release:
<<: *onlyRunOnTags
requires:
- publish-cocoapods
- publish-to-github

0 comments on commit 1ac3f9c

Please sign in to comment.