mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
Remove unneeded check
This commit is contained in:
parent
c364677f8e
commit
876078f473
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
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}"
|
tag="${1:-latest}"
|
||||||
|
|
||||||
args=(bash)
|
args=(bash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue