mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
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:
parent
d32e075d3d
commit
6cae40e2e8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user