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