refactor(#4): Créer une CI/CD pour Gitea #2

Open
Simon wants to merge 13 commits from split-gitea-gitlab into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 2176187f2f - Show all commits

View File

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

View File

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