This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -30,7 +30,10 @@ steps:
 | 
			
		||||
 | 
			
		||||
  - name: testing
 | 
			
		||||
    image: alpine
 | 
			
		||||
    commands: |
 | 
			
		||||
      apk add --no-cache curl
 | 
			
		||||
      curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \")
 | 
			
		||||
      ls -l
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk
 | 
			
		||||
      - add
 | 
			
		||||
      - --no-cache
 | 
			
		||||
      - curl
 | 
			
		||||
      - && curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \")
 | 
			
		||||
      - ls -l
 | 
			
		||||
		Reference in New Issue
	
	Block a user