Skip to content

Commit

Permalink
replace the placeholders on the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed May 20, 2024
1 parent d0a848c commit 18a55ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18a55ba

Please sign in to comment.