mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-14 16:18:02 -05:00
build
This commit is contained in:
@@ -221,11 +221,12 @@ async function run(retries = 3) {
|
||||
const commits = commitsResponse.data;
|
||||
|
||||
// --- TEST ---
|
||||
await exec.exec('git', ['checkout', sourceBranch]);
|
||||
await exec.exec('git', ['fetch', '--all']);
|
||||
await exec.exec('git', ['checkout', `origin/${sourceBranch}`]);
|
||||
await exec.exec('git', ['pull']);
|
||||
await exec.exec('git', ['status']);
|
||||
await exec.exec('git', ['log', '--oneline']);
|
||||
await exec.exec('git', ['rev-list', '--count', sourceBranch]);
|
||||
await exec.exec('git', ['git rev-list', '--count', sourceBranch]);
|
||||
// --- TEST ---
|
||||
|
||||
await improveCommitMessagesWithRebase({
|
||||
|
||||
Reference in New Issue
Block a user