Skip to content

Commit

Permalink
Merge branch 'PNY-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 fd14e0f + c510f4b commit fda9b2b
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 @@ -355,3 +355,7 @@ __decenomy__d-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:-"Peony"}
BASE_NAME=${BASE_NAME:-"peony"}

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

0 comments on commit fda9b2b

Please sign in to comment.