Remove --long from git describe
This commit is contained in:
		
							parent
							
								
									b7fd0a1b7e
								
							
						
					
					
						commit
						bdf68cc5f0
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -1,6 +1,6 @@ | ||||||
| include .env | include .env | ||||||
| BINARY := oauth2_proxy | BINARY := oauth2_proxy | ||||||
| VERSION := $(shell git describe --always --long --dirty --tags 2>/dev/null || echo "undefined") | VERSION := $(shell git describe --always --dirty --tags 2>/dev/null || echo "undefined") | ||||||
| .NOTPARALLEL: | .NOTPARALLEL: | ||||||
| 
 | 
 | ||||||
| .PHONY: all | .PHONY: all | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue