feat(Drone): Remove unnecessary configuration
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user