↑ Upgrade ruby in build
This commit is contained in:
		
					parent
					
						
							
								db2cc601b7
							
						
					
				
			
			
				commit
				
					
						4a416fcc78
					
				
			
		
					 2 changed files with 5 additions and 3 deletions
				
			
		|  | @ -4,8 +4,8 @@ jobs: | |||
|     branches: | ||||
|       only: [master] | ||||
|     working_directory: /tmp/danielrayjones | ||||
|     machine: | ||||
|       enabled: true | ||||
|     docker: | ||||
|       - image: ruby:2.6.3 | ||||
|     steps: | ||||
|       - checkout | ||||
|       - run: | ||||
|  | @ -18,7 +18,9 @@ jobs: | |||
|             git config --global user.name "Circle CI" | ||||
|       - run: | ||||
|           name: Install dependencies | ||||
|           command: bundle install | ||||
|           command: | | ||||
|             gem install bundler:2.0.2 | ||||
|             bundle check || bundle install | ||||
|       - run: | ||||
|           name: Creating build directory | ||||
|           command: git clone -b gh-pages `git remote get-url origin` _site | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue