Fix affect (#6846)

* fix affect

* one name
This commit is contained in:
Eugenio Romano
2021-03-23 17:12:55 +00:00
committed by GitHub
parent b97aa7dfee
commit ab6354d39a
10 changed files with 110 additions and 259 deletions

View File

@@ -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});