Remove path condition to debug CI issue
This commit is contained in:
		@@ -12,6 +12,6 @@ pipeline:
 | 
				
			|||||||
        from_secret: container_registry_password
 | 
					        from_secret: container_registry_password
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [ push, cron ]
 | 
					      event: [ push, cron ]
 | 
				
			||||||
      path: "Containerfile"
 | 
					      #path: "Containerfile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
branches: master
 | 
					branches: master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user