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