Skip to content

Commit

Permalink
Rebrand to Plutono
Browse files Browse the repository at this point in the history
  • Loading branch information
ntap-fge committed Nov 10, 2022
1 parent c472f84 commit e3cad87
Show file tree
Hide file tree
Showing 3,971 changed files with 14,658 additions and 14,658 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .bra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
init_cmds = [
["go", "run", "build.go", "-dev", "build-cli"],
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
["./bin/plutono-server", "-packaging=dev", "cfg:app_mode=development"]
]
watch_all = true
follow_symlinks = true
Expand All @@ -15,5 +15,5 @@ watch_exts = [".go", ".ini", ".toml", ".template.html"]
build_delay = 1500
cmds = [
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
["./bin/plutono-server", "-packaging=dev", "cfg:app_mode=development"]
]
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ workflows:
- scan-docker-image:
matrix:
parameters:
image: [grafana/grafana, grafana/grafana-enterprise]
image: [plutono/plutono, plutono/plutono-enterprise]
tag: [latest, master, latest-ubuntu, master-ubuntu]
Loading

0 comments on commit e3cad87

Please sign in to comment.