added ci env variables

This commit is contained in:
Srinath Narayanan
2020-11-18 12:56:27 -08:00
parent c0e10e1c1d
commit 92fd5a73e6
2 changed files with 23 additions and 0 deletions

View File

@@ -102,6 +102,22 @@ const initTestExplorer = async (): Promise<void> => {
console.log("token:" + token);
console.log("db:" + databaseAccount);
console.log(
notebooksTestRunnerTenantId +
"," +
notebooksTestRunnerClientId +
"," +
notebooksTestRunnerClientSecret +
"," +
portalRunnerDatabaseAccount +
"," +
portalRunnerDatabaseAccountKey +
"," +
portalRunnerSubscripton +
"," +
portalRunnerResourceGroup
);
const initTestExplorerContent = {
type: MessageTypes.InitTestExplorer,
inputs: {