mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
6 lines
137 B
Bash
6 lines
137 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
GPG_PASS=${1:-}
|
||
|
|
||
|
./scripts/build/update_repo/update-rpm.sh "oss" "$GPG_PASS" "v5.4.3" "dist" "grafana-testing-repo"
|