From d613b7e5c09a99549d3d465583fbeb922f66607b Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Tue, 11 Jul 2023 22:19:24 +0300 Subject: [PATCH] t --- .drone.yml | 2 +- src/module.json | 41 ----------------------------------------- src/module.json.bak | 6 +++--- 3 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 src/module.json diff --git a/.drone.yml b/.drone.yml index c906e5b..1924785 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: PASSWORD: from_secret: drone_repo_password commands: - - envsubst < module.json.template + - envsubst < module.json.template > module.json - cat module.json.template - zip -r -9 module.zip ./src/* - ls -la diff --git a/src/module.json b/src/module.json deleted file mode 100644 index 8b2f3e9..0000000 --- a/src/module.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "id": "sc-items", - "name": "shared-compendia-items", - "title": "Shared Compendia Items", - "description": "Item list", - "authors": [ - { - "name": "leego neit" - } - ], - "version": "0.0.1-dev", - "minimumCoreVersion": "9", - "compatibility": { - "minimum": "9", - "verified": "10", - "maximum": "10" - }, - "url": "https://gitea.kdiva.ru/modules/sc-items", - "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json", - "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip", - "packs": [ - { - "name": "sc-items", - "label": "sc items", - "path": "packs/sc-items.db", - "entity": "Item", - "type": "Item", - "module": "shared-compendia-items", - "system": "dnd5e" - }, - { - "name": "sc-items-aota", - "label": "arcana of the ancients items", - "path": "packs/sc-items-aota.db", - "entity": "Item", - "type": "Item", - "module": "shared-compendia-items", - "system": "dnd5e" - } - ] -} diff --git a/src/module.json.bak b/src/module.json.bak index 1517afa..8b2f3e9 100644 --- a/src/module.json.bak +++ b/src/module.json.bak @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "1.1.2-dev", + "version": "0.0.1-dev", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -16,8 +16,8 @@ "maximum": "10" }, "url": "https://gitea.kdiva.ru/modules/sc-items", - "manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json", - "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip", + "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json", + "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip", "packs": [ { "name": "sc-items",