tshoot watchtower call
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -75,8 +75,9 @@ pipeline:
 | 
				
			|||||||
        target: WATCHTOWER_HTTP_API_TOKEN
 | 
					        target: WATCHTOWER_HTTP_API_TOKEN
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - HEADER='Authorization:'
 | 
					      - HEADER='Authorization:'
 | 
				
			||||||
      - HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN"
 | 
					      - HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
 | 
				
			||||||
      - curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update"
 | 
					      - echo "$${HEADER}"
 | 
				
			||||||
 | 
					      - curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  notify-matrix-success:
 | 
					  notify-matrix-success:
 | 
				
			||||||
    image: code.balsillie.net/containers/woodpecker-util
 | 
					    image: code.balsillie.net/containers/woodpecker-util
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user