This commit is contained in:
		
							parent
							
								
									e92d77238a
								
							
						
					
					
						commit
						60084eb163
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -10,8 +10,9 @@ steps:
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: bash
 | 
					  image: bash
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - apt-get update
 | 
					  - apk update
 | 
				
			||||||
  - apt-get -y install curl zip unzip
 | 
					  - apk upgrade
 | 
				
			||||||
 | 
					  - apk --no-cache add curl zip
 | 
				
			||||||
  - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
 | 
					  - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
 | 
				
			||||||
  - love-export -D
 | 
					  - love-export -D
 | 
				
			||||||
  - ls
 | 
					  - ls
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue