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