We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2ddcd commit bef503dCopy full SHA for bef503d
.buildkite/pipeline.yml
@@ -155,3 +155,8 @@ steps:
155
provider: "gcp"
156
image: "${IMAGE_UBUNTU_X86_64}"
157
instanceType: "${INSTANCE_TYPE_X86_64}"
158
+
159
+# TODO: look for the right slack channel. Robots team don't own this project.
160
+notify:
161
+ - slack: "#observablt-bots"
162
+ if: build.state == "failed"
catalog-info.yaml
@@ -59,6 +59,11 @@ spec:
59
access_level: BUILD_AND_READ
60
everyone:
61
access_level: READ_ONLY
62
+ schedules:
63
+ Daily:
64
+ branch: main
65
+ cronline: "0 12 * * * America/New_York"
66
+ message: "Builds once per day"
67
68
---
69
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
0 commit comments