This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
## https://github.com/insignia-live/setup-assistant-release
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: release
 | 
			
		||||
 | 
			
		||||
@@ -30,8 +31,6 @@ steps:
 | 
			
		||||
  - name: testing
 | 
			
		||||
    image: alpine
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk add --no-cache git
 | 
			
		||||
      - git clone https://github.com/insignia-live/setup-assistant-release.git
 | 
			
		||||
      - ls -l
 | 
			
		||||
      - cd setup-assistant-release
 | 
			
		||||
      - 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