2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-27 17:43:27 +00:00
bazel-lib/.circleci/config.yml

33 lines
799 B
YAML
Raw Normal View History

2022-08-02 21:06:04 +00:00
version: 2.1
parameters:
perform_delivery:
type: boolean
default: false
delivery_commit:
type: string
default: ""
description: The commit to checkout and run the delivery from
delivery_targets:
type: string
default: ""
description: Ignore the target(s) that are listed in the delivery manifest
and instead deliver these targets. Comma-separated list of labels.
2022-08-08 23:30:42 +00:00
# enable CircleCI's dynamic configuration feature
setup: true
2022-08-08 23:30:42 +00:00
orbs:
continuation: circleci/continuation@1.0.0
slack: circleci/slack@4.12.5
bazel: aspect-build/workflows@dev:5.8.0-rc11
2022-08-08 23:30:42 +00:00
workflows:
bazel-setup:
2022-08-08 23:30:42 +00:00
jobs:
- bazel/setup:
aspect-config: .aspect/workflows/config.yaml
resource_class: aspect-build/bazel-lib
context:
- slack