1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

trying things that shouldn't work because the things that should work aren't

This commit is contained in:
Joseph Flinn
2021-01-05 14:22:01 +00:00
parent 64e8099fb3
commit de4966b3e4
3 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
exports.default = async function(configuration) {
//console.log(`config:\n${JSON.stringify(configuration, null, 4)}`)
console.log(`env test - secret test ${process.env.SECRET_TEST}`)
console.log(`env test - shouldn't work ${process.env.secretTest}`)
require("child_process").execSync(
`azuresigntool sign -kvu ${process.env.SIGNING_VAULT_URL} -kvi ${process.env.SIGNING_CLIENT_ID} -kvt ${process.env.SIGNING_TENANT_ID} -kvs ${process.env.SIGNING_CLIENT_SECRET} -kvc ${process.env.SIGNING_CERT_NAME} -fd ${configuration.hash} -du ${configuration.site} -tr http://timestamp.digicert.com ${configuration.path}`,