Skip to content
Snippets Groups Projects
Commit 0e81a88a authored by Rhys Arkins's avatar Rhys Arkins Committed by singapore
Browse files

fix: drop branchExists check after create (#1188)

parent e27a1b48
No related branches found
No related tags found
No related merge requests found
......@@ -102,12 +102,6 @@ async function processBranch(branchConfig) {
}
await commitFilesToBranch(config);
// Return now if no branch exists
if ((await platform.branchExists(config.branchName)) === false) {
logger.debug('Branch does not exist - returning');
return 'no-branch';
}
// Set branch statuses
await setUnpublishable(config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment