initial commit
This commit is contained in:
parent
3b7dd0552f
commit
5699b3ba1f
25
.drone.yml
25
.drone.yml
@ -1,14 +1,15 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
testing-jekyll:
|
clone:
|
||||||
image: jekyll/jekyll:latest
|
disable: false
|
||||||
pull: always
|
|
||||||
commands:
|
|
||||||
- touch Gemfile.lock
|
|
||||||
- chmod a+w Gemfile.lock
|
|
||||||
- chown -R jekyll:jekyll /drone
|
|
||||||
- gem update --system
|
|
||||||
- gem install bundler
|
|
||||||
- bundle install
|
|
||||||
- bundle exec jekyll build
|
|
||||||
|
|
||||||
|
testing_jekyll:
|
||||||
|
image: jekyll/jekyll:latest
|
||||||
|
pull: always
|
||||||
|
commands:
|
||||||
|
- touch Gemfile.lock
|
||||||
|
- chmod a+w Gemfile.lock
|
||||||
|
- chown -R jekyll:jekyll /drone
|
||||||
|
- gem update --system
|
||||||
|
- gem install bundler
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build
|
Loading…
x
Reference in New Issue
Block a user