mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
Ajout de logs dans le premier job
This commit is contained in:
parent
16abe31b34
commit
a7c5db924d
@ -6,7 +6,9 @@ const iptc = require('node-iptc');
|
|||||||
|
|
||||||
// find all images
|
// find all images
|
||||||
const slug = env.PACKAGE_NAME;
|
const slug = env.PACKAGE_NAME;
|
||||||
|
console.log(slug);
|
||||||
const root = env.ENTRY_FOLDER;
|
const root = env.ENTRY_FOLDER;
|
||||||
|
console.log(root);
|
||||||
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