Skip to content

Commit

Permalink
Add zuul integration (#26)
Browse files Browse the repository at this point in the history
Add zuul CI integration
  • Loading branch information
outcatcher committed Apr 11, 2022
1 parent e5b54b5 commit 8301187
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .zuul.yaml
@@ -0,0 +1,13 @@
---
- project:
merge-mode: squash-merge
check:
jobs:
- js-build-ubuntu:
vars:
js_build_command: "build -- --ui-version SNAPSHOT"
gate:
jobs:
- js-build-ubuntu:
vars:
js_build_command: "build -- --ui-version SNAPSHOT"

0 comments on commit 8301187

Please sign in to comment.