Retrying old fix attempts cause didn't realize rerunning jobs doesn't take new commits into consideration
This commit is contained in:
KaKi87 2025-07-19 23:14:32 +02:00 committed by GitHub
parent 6899f523f0
commit c5df9d2e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ for(const {
continue; continue;
} }
console.log(`Downloading ${url}`); console.log(`Downloading ${url}`);
await $`curl -L ${url} | tar xJ || true`; await $`curl -L ${url} | tar xJ --overwrite-dir`;
console.log(`Staging version ${version}`); console.log(`Staging version ${version}`);
await $`git add vivaldi-source` await $`git add vivaldi-source`
console.log(`Committing version ${version}`); console.log(`Committing version ${version}`);