This commit is contained in:
		@@ -24,7 +24,7 @@ pipeline:
 | 
				
			|||||||
    image: debian:11-slim
 | 
					    image: debian:11-slim
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - /bin/bash check-tag.sh
 | 
					      - /bin/bash /git/pipeline/check-tag.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  clone-source:
 | 
					  clone-source:
 | 
				
			||||||
    image: docker:git
 | 
					    image: docker:git
 | 
				
			||||||
@@ -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 notify-watchtower.sh
 | 
					      - /bin/bash /git/pipeline/notify-watchtower.sh
 | 
				
			||||||
		Reference in New Issue
	
	Block a user