CI: failfast for verify-repos.sh (#22902)

* CI: failfast for verify-repos.sh

* shellcheck
pull/22909/head^2
Leonard Gram 5 years ago committed by GitHub
parent 28d2d2ae12
commit 65dbd7cadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/verify-repo-update/verify-repos.sh

@ -1,4 +1,8 @@
#!/usr/bin/env bash
set -e
_basedir=$(dirname "$0")
cd "$_basedir"
docker_build () {
dockerfile=$1

Loading…
Cancel
Save