From 18a55ba46a314ff7cbdaccdce90d1cfe0fc37cfa Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Mon, 20 May 2024 18:21:05 +0100 Subject: [PATCH] replace the placeholders on the build script --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 0f43f4983..5cecf047b 100755 --- a/build.sh +++ b/build.sh @@ -12,13 +12,13 @@ CPU_CORES=${CPU_CORES:-""} ARCHITECTURE=${ARCHITECTURE:-""} # Sets variables needed for the build -TICKER=${TICKER:-"__DSW__"} -UI_NAME=${UI_NAME:-"__Decenomy__"} -BASE_NAME=${BASE_NAME:-"__decenomy__"} +TICKER=${TICKER:-"DSW"} +UI_NAME=${UI_NAME:-"Kyanite"} +BASE_NAME=${BASE_NAME:-"kyanite"} # Sets the github environment variables GITHUB_USER="decenomy" -GITHUB_REPO="__DSW__" +GITHUB_REPO="DSW" # Sets the build environment variable # 0: The build will use the builder image available on docker hub