Code cleanup

This commit is contained in:
Pierre Pronchery 2022-04-12 21:28:37 +02:00
parent 22c9593d1d
commit e0f0d23fae

View File

@ -98,7 +98,7 @@ _jobs_tag()
project="${repository##*/}" project="${repository##*/}"
res=0 res=0
[ -z "$JOBS_TAG_RELEASE" ] && return 0 [ -n "$JOBS_TAG_RELEASE" ] || return 0
case "$tag" in case "$tag" in
${project}_*-*-*) ${project}_*-*-*)
for job in $JOBS_TAG_RELEASE; do for job in $JOBS_TAG_RELEASE; do