mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
4386604751
* build: make sign rpm packages not depend on checking out private key * build: move commands from circleci config into verify signed packages script * build: split update and publish of deb and rpm into two scripts * use files argument for sign and verify packages * validate files argument for sign and verify packages * update test publish of deb/rpm readme
6 lines
141 B
Bash
Executable File
6 lines
141 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"
|