switch curl step from bash to sh
	
		
			
	
		
	
	
		
	
		
			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:
		@@ -77,4 +77,4 @@ pipeline:
 | 
				
			|||||||
      - source: WATCHTOWER_HTTP_API_TOKEN
 | 
					      - source: WATCHTOWER_HTTP_API_TOKEN
 | 
				
			||||||
        target: WATCHTOWER_HTTP_API_TOKEN
 | 
					        target: WATCHTOWER_HTTP_API_TOKEN
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - /bin/bash /git/pipeline/notify-watchtower.sh
 | 
					      - /bin/sh /git/pipeline/notify-watchtower.sh
 | 
				
			||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/sh
 | 
				
			||||||
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"
 | 
					curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user