cmds
This commit is contained in:
		
							parent
							
								
									02d9d839c4
								
							
						
					
					
						commit
						b3b29a2e63
					
				| 
						 | 
					@ -2,7 +2,7 @@ steps:
 | 
				
			||||||
  build_and_release:
 | 
					  build_and_release:
 | 
				
			||||||
    image: woodpeckerci/plugin-kaniko:next
 | 
					    image: woodpeckerci/plugin-kaniko:next
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    command:
 | 
					    commands:
 | 
				
			||||||
      - "rm /kaniko/plugin.sh"
 | 
					      - "rm /kaniko/plugin.sh"
 | 
				
			||||||
      - "curl https://raw.githubusercontent.com/nicolas-r/plugin-kaniko/some-fixes/plugin.sh > /kaniko/plugin.sh"
 | 
					      - "curl https://raw.githubusercontent.com/nicolas-r/plugin-kaniko/some-fixes/plugin.sh > /kaniko/plugin.sh"
 | 
				
			||||||
      - "./kaniko/plugin.sh"
 | 
					      - "./kaniko/plugin.sh"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue