This commit is contained in:
		@@ -19,10 +19,8 @@ clone:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  check-tag:
 | 
					  check-tag:
 | 
				
			||||||
    image: debian:11-slim
 | 
					    image: code.balsillie.net/containers/debian:11-slim-bash
 | 
				
			||||||
    pull: false
 | 
					    pull: false
 | 
				
			||||||
    environment:
 | 
					 | 
				
			||||||
      - SHELL=/bin/bash
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo $SHELL
 | 
					      - echo $SHELL
 | 
				
			||||||
      - if [[ $TAG =~ ^v1\...\..rc.$ ]]
 | 
					      - if [[ $TAG =~ ^v1\...\..rc.$ ]]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user