diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2021-04-04 11:10:01 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2021-04-04 11:10:01 -0700 |
| commit | 876078f473cabd14129eb78d610ef2cc46ead4f1 (patch) | |
| tree | 098b36f2849282d40bdff18be87aa5ccb4bd6b41 /scripts/docker.bash | |
| parent | c364677f8e0d871d76384d226973191cfdba98dc (diff) | |
Remove unneeded check
Diffstat (limited to 'scripts/docker.bash')
| -rwxr-xr-x | scripts/docker.bash | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/docker.bash b/scripts/docker.bash index d33e680..d846122 100755 --- a/scripts/docker.bash +++ b/scripts/docker.bash @@ -3,11 +3,6 @@ set -e set -o pipefail -if [[ -n "$1" && "$1" != master && ! "$1" =~ [0-9]+\.[0-9]+ ]]; then - echo "docker.bash: malformed tag: $1" >&2 - exit 1 -fi - tag="${1:-latest}" args=(bash) |
