Skip to content

Commit

Permalink
fix: build in test/prod flavor missing DEBUG env var
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Nov 5, 2024
1 parent e6f1456 commit 1419e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ echo "Will use kli file $KLI_FILE to install and link modules ..."

IMAGE_NAME="$KALISIO_DOCKERHUB_URL/kalisio/$APP"
IMAGE_TAG="$VERSION-$FLAVOR-node$NODE_VER-$DEBIAN_VER"
DEBUG=

case "$FLAVOR" in
"prod")
Expand Down

0 comments on commit 1419e49

Please sign in to comment.