Use CI job for only synapse guest module
Also remove jobs for E2E & changeset, which aren't set up in this repo
This commit is contained in:
@@ -66,7 +66,7 @@ The module is not published to a python registry, but we provide a docker contai
|
|||||||
spec:
|
spec:
|
||||||
+ # The init container copies the module to he `synapse-modules` volume
|
+ # The init container copies the module to he `synapse-modules` volume
|
||||||
+ initContainers:
|
+ initContainers:
|
||||||
+ - image: ghcr.io/nordeck/synapse-guest-module:<version>
|
+ - image: ghcr.io/element-hq/synapse-guest-module:<version>
|
||||||
+ name: install-guest-module
|
+ name: install-guest-module
|
||||||
+ volumeMounts:
|
+ volumeMounts:
|
||||||
+ - mountPath: /modules
|
+ - mountPath: /modules
|
||||||
|
|||||||
@@ -8,3 +8,6 @@ known_first_party = [
|
|||||||
"synapse_guest_module",
|
"synapse_guest_module",
|
||||||
"tests"
|
"tests"
|
||||||
]
|
]
|
||||||
|
known_third_party = [
|
||||||
|
"synapse"
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user