This commit is contained in:
		@@ -20,9 +20,10 @@ clone:
 | 
			
		||||
pipeline:
 | 
			
		||||
  check-tag:
 | 
			
		||||
    image: debian:11-slim
 | 
			
		||||
    pull: true
 | 
			
		||||
    pull: false
 | 
			
		||||
    environment:
 | 
			
		||||
      - SHELL=/bin/bash
 | 
			
		||||
    commands:
 | 
			
		||||
      - #!/bin/bash
 | 
			
		||||
      - if [[ $TAG =~ ^v1\...\..rc.$ ]]
 | 
			
		||||
      - then
 | 
			
		||||
      -   echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user