-
Couldn't load subscription status.
- Fork 24.9k
[LOCAL] Bypass tag check in dry run #35428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LOCAL] Bypass tag check in dry run #35428
Conversation
scripts/release-utils.js
Outdated
|
|
||
| function failIfTagExists(version) { | ||
| function failIfTagExists(version, buildType) { | ||
| if (buildType == 'dry-run') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ scripts/release-utils.js line 143 – Expected '===' and instead saw '=='. (eqeqeq)
|
3771a40 to
ca18fac
Compare
ca18fac to
3be3d49
Compare
Summary: When dry-run in stable branch, the tag already exists. We are bypassing the tag-existence check when in a dry-run to have the CI pass ## Changelog [General] [Fixed] - Bypass tag version check when dry-run Pull Request resolved: #35470 Test Plan: CircleCI It worked for RC1 and RC2 Reviewed By: cortinico Differential Revision: D41529648 Pulled By: cipolleschi fbshipit-source-id: d4d7f5534f86c2cf10b05e0d4cab950e4902d8df
Summary: When dry-run in stable branch, the tag already exists. We are bypassing the tag-existence check when in a dry-run to have the CI pass ## Changelog [General] [Fixed] - Bypass tag version check when dry-run Pull Request resolved: facebook#35470 Test Plan: CircleCI It worked for RC1 and RC2 Reviewed By: cortinico Differential Revision: D41529648 Pulled By: cipolleschi fbshipit-source-id: d4d7f5534f86c2cf10b05e0d4cab950e4902d8df
Summary
When dry-run in stable branch, the tag already exists. We are bypassing the tag-existence check when in a dry-run to have the CI pass
Changelog
[General] [Fixed] - Bypass tag version check when dry-run
Test Plan
CircleCI