mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
7 lines
186 B
Bash
Executable File
7 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git clone git@github.com:torkelo/private.git ~/private-repo
|
|
gpg --batch --allow-secret-key-import --import ~/private-repo/signing/private.key
|
|
pkill gpg-agent |