aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-22 12:20:57 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-22 12:20:57 -0500
commit03b6cee1ac70c01be5f97688b0af6da8cab84236 (patch)
treeaa994632faf48db087fdcfce714badb3074bb527 /ci
parent32553068b151712100826b6de6b0c68f7f46f9cc (diff)
optional auto-correct upload errors
Diffstat (limited to 'ci')
-rw-r--r--ci/config/config.json3
-rw-r--r--ci/taskfile.yaml3
2 files changed, 5 insertions, 1 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index c012728..4740cd3 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -124,7 +124,8 @@
"hot_reload": false,
"reload_delay_sec": 2,
"path": "plugins",
- "config_dir": "config"
+ "config_dir": "config",
+ "assets": "plugins/assets"
},
"disabled sys_log": {
diff --git a/ci/taskfile.yaml b/ci/taskfile.yaml
index 7f67fec..e59e080 100644
--- a/ci/taskfile.yaml
+++ b/ci/taskfile.yaml
@@ -19,7 +19,10 @@ tasks:
#clean out dist dir before building
- cmd: powershell -Command "rm -Recurse -Force ./dist"
ignore_error: true
+
#copy setup script for linux
+ - cmd: powershell -Command "mkdir lib -Force"
+ ignore_error: true
- cmd: powershell -Command "cp setup.sh lib/ -Force"
- task: install-plugins