mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: handles verify-repos failures correctly (#28227)
* Build: handles verify-repos failures correctly * shellcheck
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user