remove errexit ghcr.io has some edgecase rules, and isnt required for CI, just convenient at times (#3407)

This commit is contained in:
Russel Waters 2021-07-29 14:33:51 -07:00 committed by GitHub
commit 95b7cf96dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -u
if [ "$#" -lt 2 ]; then
echo 'Usage: build-docker-image.sh <dockerFile> <dockerImageTag> [<dockerBuildArgs>...]' >&2