more testing
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m20s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m20s
This commit is contained in:
parent
0460b0fc72
commit
713ee35535
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ function toSlug(string) {
|
||||||
|
|
||||||
await exec("git fetch --all")
|
await exec("git fetch --all")
|
||||||
console.log("remotes: " + (await exec("git branch -r -v")).stdout);
|
console.log("remotes: " + (await exec("git branch -r -v")).stdout);
|
||||||
const { stdout } = await exec('git log --after="2024-06-03T0:0:0+0000" --pretty=%H origin/master site/garden');
|
const { stdout } = await exec('git log --after="2024-06-03T0:0:0+0000" --pretty=%H origin/master');
|
||||||
console.log(stdout);
|
console.log(stdout);
|
||||||
const entries = await Promise.all(stdout.split("\n").filter(p => p).map(hash => new Promise(async (resolve) => {
|
const entries = await Promise.all(stdout.split("\n").filter(p => p).map(hash => new Promise(async (resolve) => {
|
||||||
const { stdout: title } = await exec(`git show --quiet --format=%s ${hash}`);
|
const { stdout: title } = await exec(`git show --quiet --format=%s ${hash}`);
|
||||||
|
|
Loading…
Reference in a new issue