From a0b9407086e9c02ee21e84c806144b85d6a226b4 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Wed, 27 Nov 2024 14:57:05 +0000 Subject: [PATCH 1/2] includes the files build.yml and build.sh on the .gitignore file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1a2d6f257..c12e400b2 100644 --- a/.gitignore +++ b/.gitignore @@ -346,3 +346,7 @@ __decenomy__d-new-gui.* .vscode/* null.d + +# Include specific files +!build.yml +!build.sh From c510f4b7adc14a1b10f46b2d314d018465c7bec9 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Wed, 27 Nov 2024 15:19:26 +0000 Subject: [PATCH 2/2] replaces missing placeholders --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 057bc7251..61c8ae51b 100755 --- a/build.sh +++ b/build.sh @@ -28,8 +28,8 @@ fi # Sets variables needed for the build TICKER=${TICKER:-"${GITHUB_REPO}"} -UI_NAME=${UI_NAME:-"__Decenomy__"} -BASE_NAME=${BASE_NAME:-"__decenomy__"} +UI_NAME=${UI_NAME:-"Peony"} +BASE_NAME=${BASE_NAME:-"peony"} # Sets the build environment variable # 0: The build will use the builder image available on docker hub