mirror of
				https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
				synced 2024-08-15 00:53:38 +00:00 
			
		
		
		
	travis: unshallowly clone Git repo
This fixes a compilation error if too many commits were made after the
most recent tag:
    fatal: No names found, cannot describe anything.
    In src/invidious.cr:60:19
      60 | CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}
    Error: expanding macro
See https://travis-ci.org/leonklingele/invidious/jobs/588672881#L275-L290.
			
			
This commit is contained in:
		
							parent
							
								
									6942916f13
								
							
						
					
					
						commit
						7378a84c96
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -3,6 +3,9 @@ dist: bionic
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  include:
 | 
					  include:
 | 
				
			||||||
    - stage: build
 | 
					    - stage: build
 | 
				
			||||||
 | 
					      # TODO: Shallowly clone again once the .git folder is no longer required for building
 | 
				
			||||||
 | 
					      git:
 | 
				
			||||||
 | 
					        depth: false
 | 
				
			||||||
      language: crystal
 | 
					      language: crystal
 | 
				
			||||||
      crystal: latest
 | 
					      crystal: latest
 | 
				
			||||||
      before_install:
 | 
					      before_install:
 | 
				
			||||||
| 
						 | 
					@ -15,6 +18,9 @@ jobs:
 | 
				
			||||||
        - crystal spec
 | 
					        - crystal spec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - stage: build_docker
 | 
					    - stage: build_docker
 | 
				
			||||||
 | 
					      # TODO: Shallowly clone again once the .git folder is no longer required for building
 | 
				
			||||||
 | 
					      git:
 | 
				
			||||||
 | 
					        depth: false
 | 
				
			||||||
      language: minimal
 | 
					      language: minimal
 | 
				
			||||||
      services:
 | 
					      services:
 | 
				
			||||||
        - docker
 | 
					        - docker
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue