chore: revert "feat: create-cypress-tests wizard (#8857)" (#9554)

This commit is contained in:
Zach Bloomquist
2020-12-07 17:09:32 -05:00
committed by GitHub
parent c616af48ee
commit c87f7b9104
76 changed files with 444 additions and 3140 deletions

View File

@@ -26,7 +26,7 @@ const isRightBranch = () => {
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
).includes('[build binary]')
const branchesToBuildBinary = ['develop', 'v6.0-release']
const branchesToBuildBinary = ['develop', 'revert-create-cypress-tests']
return branchesToBuildBinary.includes(branch) || shouldForceBinaryBuild
}