Code cleanup
This commit is contained in:
parent
22c9593d1d
commit
e0f0d23fae
|
@ -98,7 +98,7 @@ _jobs_tag()
|
|||
project="${repository##*/}"
|
||||
res=0
|
||||
|
||||
[ -z "$JOBS_TAG_RELEASE" ] && return 0
|
||||
[ -n "$JOBS_TAG_RELEASE" ] || return 0
|
||||
case "$tag" in
|
||||
${project}_*-*-*)
|
||||
for job in $JOBS_TAG_RELEASE; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user