mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
6 lines
164 B
Bash
6 lines
164 B
Bash
|
#!/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"
|