8524-devToTest #3415
|
@ -146,7 +146,7 @@ module.exports = Self => {
|
||||||
await fs.symlink(rootRelative, destinationRoot);
|
await fs.symlink(rootRelative, destinationRoot);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (description) {
|
if (description && branch == 'master') {
|
||||||
let formatDesc;
|
let formatDesc;
|
||||||
const mainBranches = new Set(['master', 'test', 'dev']);
|
const mainBranches = new Set(['master', 'test', 'dev']);
|
||||||
if (mainBranches.has(branch))
|
if (mainBranches.has(branch))
|
||||||
|
|
Loading…
Reference in New Issue