Skip to content

Commit

Permalink
PMM-13487 Set FORCE_COLOR to 0 in grafana.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 1, 2024
1 parent 95fe536 commit d9a4e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/packages/rpm/server/SPECS/grafana.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export GOPATH="$(pwd)/_build"

make build-go

export NO_COLOR=1
export FORCE_COLOR=0
make deps-js
make build-js

Expand Down
4 changes: 1 addition & 3 deletions build/scripts/build-client-packages
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# NOTE: this script must be executed in a container environment.

set -o errexit
if [ "$DEBUG_MODE" -eq 1 ]; then
set -o xtrace
fi
set -o xtrace

usage () {
cat <<EOF
Expand Down

0 comments on commit d9a4e09

Please sign in to comment.