refactor(cicd): Nettoyage de pause
Some checks failed
Wallset Pipeline / detect-changes (pull_request) Successful in 15s
Wallset Pipeline / gen-manifest (pull_request) Failing after 19s

This commit is contained in:
2025-07-12 17:10:35 +02:00
parent 834e335b4e
commit 2176187f2f
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
env: env:
ENTRY_FOLDER: assets ENTRY_FOLDER: assets
PACKAGE_NAME: "" # <- à adapter PACKAGE_NAME: "" # Not used while matrixing
RELEASE_VERSION: v${{ github.run_number }} RELEASE_VERSION: v${{ github.run_number }}
jobs: jobs:

View File

@@ -3,7 +3,6 @@ const path = require("path");
const iptc = require("node-iptc"); const iptc = require("node-iptc");
const { exit } = require("process"); const { exit } = require("process");
// Fetch envs to target the right folder // Fetch envs to target the right folder
const [argRoot, argSlug] = process.argv.slice(2); const [argRoot, argSlug] = process.argv.slice(2);
const workDir = process.env["CI_PROJECT_DIR"]; const workDir = process.env["CI_PROJECT_DIR"];