Skip to content

Commit

Permalink
Merge branch 'UCR-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Nov 27, 2024
2 parents 7be5f09 + 58b8619 commit fee3290
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,7 @@ ultracleard-new-gui.*

.vscode/*
null.d

# Include specific files
!build.yml
!build.sh
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-"UltraClear"}
BASE_NAME=${BASE_NAME:-"ultraclear"}

# Sets the build environment variable
# 0: The build will use the builder image available on docker hub
Expand Down

0 comments on commit fee3290

Please sign in to comment.