initial commit
This commit is contained in:
		
							
								
								
									
										27
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -1,15 +1,16 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
clone:
 | 
					 | 
				
			||||||
  disable: false
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
testing_jekyll:
 | 
					  clone:
 | 
				
			||||||
  image: jekyll/jekyll:latest
 | 
					    disable: false
 | 
				
			||||||
  pull: always
 | 
					
 | 
				
			||||||
  commands:
 | 
					  testing_jekyll:
 | 
				
			||||||
  - touch Gemfile.lock
 | 
					    image: jekyll/jekyll:latest
 | 
				
			||||||
  - chmod a+w Gemfile.lock
 | 
					    pull: always
 | 
				
			||||||
  - chown -R jekyll:jekyll /drone
 | 
					    commands:
 | 
				
			||||||
  - gem update --system
 | 
					    - touch Gemfile.lock
 | 
				
			||||||
  - gem install bundler
 | 
					    - chmod a+w Gemfile.lock
 | 
				
			||||||
  - bundle install
 | 
					    - chown -R jekyll:jekyll /drone
 | 
				
			||||||
  - bundle exec jekyll build
 | 
					    - gem update --system
 | 
				
			||||||
 | 
					    - gem install bundler
 | 
				
			||||||
 | 
					    - bundle install
 | 
				
			||||||
 | 
					    - bundle exec jekyll build
 | 
				
			||||||
		Reference in New Issue
	
	Block a user