feat(Drone): Remove unnecessary configuration

This commit is contained in:
Simon 2023-03-13 09:37:43 +01:00
parent e3b259c6ff
commit 7f952cd6e9
1 changed files with 0 additions and 8 deletions

View File

@ -27,10 +27,6 @@ kind: pipeline
type: docker
name: prod
platform:
os: linux
arch: arm64
steps:
- name: install submodule
image: drone/git
@ -84,10 +80,6 @@ kind: pipeline
type: docker
name: staging
platform:
os: linux
arch: arm64
steps:
- name: install submodule
image: drone/git