Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									7ae9cc7e7f
								
							
						
					
					
						commit
						28c4fb165b
					
				@ -80,7 +80,7 @@ deploy:resourcepack:
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    - cd resourcepack-out
 | 
					    - cd resourcepack-out
 | 
				
			||||||
    - SHASUM=$(sha1sum resourcepack.zip | awk '{ print $1 }')
 | 
					    - SHASUM=$(sha1sum resourcepack.zip | awk '{ print $1 }')
 | 
				
			||||||
    - ssh "$SERVER_HOST" sed -i "$WPD_FOLDER/server.properties" "s/resource-pack-sha1=.*/resource-pack-sha1=$SHASUM/"
 | 
					    - ssh "$SERVER_HOST" sed -i "s/resource-pack-sha1=.*/resource-pack-sha1=$SHASUM/" "$WPD_FOLDER/server.properties"
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    refs:
 | 
					    refs:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user