mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 15:40:19 -06:00
Build: handles verify-repos failures correctly (#28227)
* Build: handles verify-repos failures correctly * shellcheck
This commit is contained in:
parent
583dbb3155
commit
f87da29aa4
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
set -o pipefail
|
||||
|
||||
_basedir=$(dirname "$0")
|
||||
cd "$_basedir"
|
||||
cd "$_basedir" || exit
|
||||
|
||||
docker_build () {
|
||||
dockerfile=$1
|
||||
|
Loading…
Reference in New Issue
Block a user