From 47f9d490baa519eaa8b487dc320d1872b3d4b08a Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 1 Oct 2023 12:41:57 +0200 Subject: [PATCH] rename build.yaml --- webinstall/{testconfig.yaml => build.yaml} | 0 webinstall/cibuild.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename webinstall/{testconfig.yaml => build.yaml} (100%) diff --git a/webinstall/testconfig.yaml b/webinstall/build.yaml similarity index 100% rename from webinstall/testconfig.yaml rename to webinstall/build.yaml diff --git a/webinstall/cibuild.js b/webinstall/cibuild.js index 618f719..b27d308 100644 --- a/webinstall/cibuild.js +++ b/webinstall/cibuild.js @@ -296,7 +296,7 @@ import fileDownload from "https://cdn.skypack.dev/js-file-download@0.4.12" fetchStatus(true); setRunning(true); } - structure=await loadConfig("testconfig.yaml"); + structure=await loadConfig("build.yaml"); buildSelectors(ROOT_PATH,structure.config.children,true); //buildValues(); }