Commit f87da29a by Leonard Gram Committed by GitHub

Build: handles verify-repos failures correctly (#28227)

* Build: handles verify-repos failures correctly

* shellcheck
parent 583dbb31
#!/usr/bin/env bash
set -eo pipefail
set -o pipefail
_basedir=$(dirname "$0")
cd "$_basedir"
cd "$_basedir" || exit
docker_build () {
dockerfile=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment