Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grafana/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ repository: monasca/grafana
variants:
- tag: latest
aliases:
- :4.0.0-1.1.3
- :4.0.0-1.1.4
- tag: app
aliases:
- :4.0.0-1.3.0-app
- :4.0.0-1.3.1-app
args:
MONASCA_APP_REPO: https://github.com/monasca/monasca-grafana.git
2 changes: 1 addition & 1 deletion grafana/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ -n $GF_DATABASE_PORT ]; then
if [ -n "$GF_DATABASE_PORT" ]; then
export GF_DATABASE_HOST=$GF_DATABASE_HOST":"$GF_DATABASE_PORT
fi

Expand Down