containers / image_build

Monorepo menagerie of container images and associated build automation
Apache License 2.0
12 stars 5 forks source link

Fix not skipping builds #30

Closed cevich closed 6 months ago

cevich commented 6 months ago

It's intended that certain test builds may be skipped based on the files that change in a PR. Unfortunately the attribute was over-indented so Cirrus-CI interprets it as an env. var instead of a task attribute. Fix this.