Suppression des slugs par défaut

pour contrôler que les variables d'envs sont bien récupérées.
This commit is contained in:
Simon Pistache 2023-05-13 10:22:42 +02:00
parent d32e075d3d
commit 6cae40e2e8

View File

@ -5,8 +5,8 @@ const iptc = require('node-iptc');
// find all images // find all images
const slug = env.PACKAGE_NAME || "valid_set"; const slug = env.PACKAGE_NAME;
const root = env.ENTRY_FOLDER || "test"; const root = env.ENTRY_FOLDER;
let workingDirectory = path.join("../..", root, slug); let workingDirectory = path.join("../..", root, slug);
// extract metadata from them // extract metadata from them