Skip to content

Commit c77f7d5

Browse files
committed
fix: TT-610 debug ci 3
1 parent 796c446 commit c77f7d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setenv.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ writeFile(pathJs, contentKeys, function (err) {
1515
console.log(err);
1616
}
1717
console.log(`Wrote variables to ${pathJs}`);
18+
console.log(`Wrote variables to ${process.env["SCOPES"]}`);
19+
console.log(`Wrote variables to ${process.env["STACK_EXCHANGE_ID"]}`);
1820
});
1921

2022
const pathJson = `./src/environments/.keys.json`

0 commit comments

Comments
 (0)