mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -15,7 +15,7 @@ const argv = require('yargs').argv;
|
||||
const width = 1657, height = 1657;
|
||||
|
||||
const ENV_FILE = process.env.ENV_FILE;
|
||||
const GROUP_SUFFIX = process.env.PREFIX || 'adf';
|
||||
const GROUP_SUFFIX = process.env.PREFIX || process.env.TRAVIS_BUILD_NUMBER || 'adf';
|
||||
|
||||
if (ENV_FILE) {
|
||||
require('dotenv').config({path: ENV_FILE});
|
||||
|
Reference in New Issue
Block a user