Skip to content

Commit

Permalink
exclude dashboard for se/ee
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Gorbatov <nikolay.gorbatov@flant.com>
  • Loading branch information
sprait committed Mar 20, 2024
1 parent 22e3516 commit c5301dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,18 @@ editions:
- name: SE
modulesDir: "ee/se/modules"

excludeModules:
- dashboard

- name: EE
modulesDir: "ee/modules"
terraformProviders:
- openstack
- vsphere
- vcd

excludeModules:
- dashboard

- name: FE
modulesDir: "ee/fe/modules"
1 change: 1 addition & 0 deletions tools/build_includes/modules-excluded-EE.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Code generated by tools/build.go; DO NOT EDIT.
- modules/500-dashboard/**
1 change: 1 addition & 0 deletions tools/build_includes/modules-excluded-SE.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Code generated by tools/build.go; DO NOT EDIT.
- modules/500-dashboard/**

0 comments on commit c5301dc

Please sign in to comment.