eddiewebb / circleci-queue

CircleCI orb to block/queue jobs to enforce max concurrency limits
MIT License
74 stars 75 forks source link

fix tag-pattern conditions [semver:patch] #68

Closed calvin-cdev closed 3 years ago

calvin-cdev commented 3 years ago

Checklist

Motivation, issues

see #67

the tag-pattern conditions are missing brackets that are causing them to error

Description

the conditions were

[ -n "${CIRCLE_TAG:x}" && "<<parameters.tag-pattern>>" != "" ]

resulting in error while running

environment: line 23: [: missing `]'

added brackets, now they are

[ -n "${CIRCLE_TAG:x}" ] && [ "<<parameters.tag-pattern>>" != "" ]
eddiewebb commented 3 years ago

bors merge

eddiewebb commented 3 years ago

Thank you @calvin-summer !

bors[bot] commented 3 years ago

Build succeeded: