eddiewebb / circleci-queue

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

Boolean self managed [semver:patch] #117

Closed eddiewebb closed 8 months ago

eddiewebb commented 8 months ago

Fixes #114

This PR moves away from use of environment which passes through YAML and golang templating tools.

Instead we echo raw values in the trusted old >> $BASH_ENV trick as a step before our script runs.

This is passing alo existing tests AND 4-level, 3-image test with thanks to @charlescqian

Checklist

Motivation, issues

Description

eddiewebb commented 8 months ago

BotComment: Development version of orb available for manual validation - Once an orb is created it cannot be deleted. Orbs are semver compliant, and each published version is immutable. Publicly released orbs are potential dependencies for other projects. Therefore, allowing orb deletion would make users susceptible to unexpected loss of functionality. eddiewebb/queue@dev:535

eddiewebb commented 8 months ago

BotComment: Development version of orb available for manual validation - Once an orb is created it cannot be deleted. Orbs are semver compliant, and each published version is immutable. Publicly released orbs are potential dependencies for other projects. Therefore, allowing orb deletion would make users susceptible to unexpected loss of functionality. eddiewebb/queue@dev:535

eddiewebb commented 8 months ago

3.1.1 is published