mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add as group suffix the travis build number (#5072)
This commit is contained in:
committed by
Eugenio Romano
parent
8ee3e25caf
commit
b2966bc6f5
@@ -13,6 +13,7 @@ const projectRoot = path.resolve(__dirname);
|
||||
const width = 1366, height = 768;
|
||||
|
||||
let ENV_FILE = process.env.ENV_FILE;
|
||||
let GROUP_SUFFIX = process.env.PREFIX;
|
||||
|
||||
if (ENV_FILE) {
|
||||
require('dotenv').config({ path: ENV_FILE });
|
||||
@@ -101,6 +102,7 @@ exports.config = {
|
||||
params: {
|
||||
testConfig: TestConfig,
|
||||
config: TestConfig.appConfig,
|
||||
groupSuffix: GROUP_SUFFIX,
|
||||
identityAdmin: TestConfig.identityAdmin,
|
||||
identityUser: TestConfig.identityUser,
|
||||
rootPath: __dirname
|
||||
|
Reference in New Issue
Block a user