We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e75df commit b530f7fCopy full SHA for b530f7f
1 file changed
zuul.yaml
@@ -0,0 +1,18 @@
1
+---
2
+- job:
3
+ name: docs-build
4
+ parent: js-build
5
+ nodeset: ubuntu-noble
6
+ vars:
7
+ node_version: 18
8
+ javascript_content_dir: build
9
+ # pre-run: playbooks/pre.yaml
10
+ # run: playbooks/run.yaml
11
+ # post-run: playbooks/post.yaml
12
+
13
+- project:
14
+ merge-mode: squash-merge
15
+ default-branch: main
16
+ check:
17
+ jobs:
18
+ - docs-build
0 commit comments