Deprecate mautrix-signal and mautrix-instagram.
This commit is contained in:
parent
2a1762b968
commit
c90d9fe6b1
17 changed files with 0 additions and 24 deletions
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
when:
|
||||
path: "charts/mautrix-instagram/**"
|
||||
branch: main
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
commands:
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
||||
- helm cm-push charts/mautrix-instagram therepo
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
when:
|
||||
path: "charts/mautrix-signal/**"
|
||||
branch: main
|
||||
steps:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
commands:
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
||||
- helm cm-push charts/mautrix-signal therepo
|
Loading…
Reference in a new issue