s/pipeline/steps

This commit is contained in:
Alex Manning 2023-08-14 23:04:58 +01:00
parent ae10853632
commit d657f69656
14 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/esphome/**" path: "charts/esphome/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/homeassistant/**" path: "charts/homeassistant/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/jellyfin/**" path: "charts/jellyfin/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -3,7 +3,7 @@ when:
path: "charts/mastodon/**" path: "charts/mastodon/**"
branch: main branch: main
pipeline: steps:
clone-real: clone-real:
image: "docker.io/alpine/git" image: "docker.io/alpine/git"
commands: commands:

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/matrix-appservice-irc/**" path: "charts/matrix-appservice-irc/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/mautrix-facebook/**" path: "charts/mautrix-facebook/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/mautrix-instagram/**" path: "charts/mautrix-instagram/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/mautrix-signal/**" path: "charts/mautrix-signal/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/mautrix-whatsapp/**" path: "charts/mautrix-whatsapp/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/mqtt/**" path: "charts/mqtt/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/piper/**" path: "charts/piper/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/unifi-controller/**" path: "charts/unifi-controller/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/whisper/**" path: "charts/whisper/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]

View file

@ -2,7 +2,7 @@
when: when:
path: "charts/zigbee2mqtt/**" path: "charts/zigbee2mqtt/**"
branch: main branch: main
pipeline: steps:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo] secrets: [helm_user, helm_password, helm_repo]