mirror of https://github.com/usbharu/Hideout.git
wip
This commit is contained in:
parent
5ab29d1449
commit
ba46dcabcc
|
@ -26,7 +26,7 @@ jobs:
|
||||||
var tags = []
|
var tags = []
|
||||||
|
|
||||||
for (let [key, value] of Object.entries(jsonData.projects)) {
|
for (let [key, value] of Object.entries(jsonData.projects)) {
|
||||||
console.log(execSync("pwd",{encoding: 'utf8'}))
|
console.log(execSync("git branch",{encoding: 'utf8'}))
|
||||||
const command = "git diff " + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
|
const command = "git diff " + baseRef + " -- HEAD --name-only --relative=" + key + "\n";
|
||||||
const output = execSync(command, {encoding: 'utf8'});
|
const output = execSync(command, {encoding: 'utf8'});
|
||||||
if (output.length != 0) {
|
if (output.length != 0) {
|
||||||
|
|
Loading…
Reference in New Issue