mirror of https://github.com/grafana/loki
parent
807aa459d4
commit
b2ea1214fc
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
set -o errexit |
||||
set -o nounset |
||||
set -o pipefail |
||||
|
||||
git fetch --tags --all |
Loading…
Reference in new issue