mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27333,7 +27333,6 @@ async function run(retries = 3) {
|
||||
const commits = commitsResponse.data;
|
||||
await import_exec.default.exec("git", ["fetch", "--all"]);
|
||||
await import_exec.default.exec("git", ["checkout", `origin/${sourceBranch}`]);
|
||||
await import_exec.default.exec("git", ["pull"]);
|
||||
await import_exec.default.exec("git", ["status"]);
|
||||
await import_exec.default.exec("git", ["log", "--oneline"]);
|
||||
await import_exec.default.exec("git", ["rev-list", "--count", sourceBranch]);
|
||||
|
||||
@@ -223,7 +223,6 @@ async function run(retries = 3) {
|
||||
// --- TEST ---
|
||||
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]);
|
||||
|
||||
Reference in New Issue
Block a user