mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
GPG_PASS=${1:-}
|
|
|
|
./scripts/build/update_repo/update-deb.sh "oss" "$GPG_PASS" "v5.4.3" "dist" "grafana-testing-aptly-db" "grafana-testing-repo"
|