Remove -ie build
This commit is contained in:
parent
a90a4a0ab9
commit
4f435bb0de
2
.github/workflows/build-4testing.yml
vendored
2
.github/workflows/build-4testing.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
edition: ["", "-ee", "-de", "-ie"]
|
||||
edition: ["", "-ee", "-de"]
|
||||
images: ["documentserver"]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
2
.github/workflows/build-stable.yml
vendored
2
.github/workflows/build-stable.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
edition: ["", "-ee", "-de", "-ie"]
|
||||
edition: ["", "-ee", "-de"]
|
||||
images: ["documentserver-stable"]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in a new issue