mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: repo update input error.
This commit is contained in:
parent
7fea1f84c0
commit
a26a10cfd1
@ -4,6 +4,7 @@ RELEASE_TYPE="${1:-}"
|
||||
GPG_PASS="${2:-}"
|
||||
|
||||
if [ -z "$RELEASE_TYPE" -o -z "$GPG_PASS" ]; then
|
||||
echo "Both RELEASE_TYPE (arg 1) and GPG_PASS (arg 2) has to be set"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -36,3 +37,6 @@ gsutil -m rsync -r -d /deb-repo/repo/grafana "gs://grafana-repo/$RELEASE_TYPE/de
|
||||
|
||||
# usage:
|
||||
# deb https://grafana-repo.storage.googleapis.com/oss/deb squeeze main
|
||||
#
|
||||
# later:
|
||||
# deb https://repo.grafana.com/oss/deb squeeze main
|
||||
|
Loading…
Reference in New Issue
Block a user