env
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0d54935839
commit
d667c9dd94
|
@ -20,6 +20,7 @@ steps:
|
||||||
- bundle config set --local path /drone/.bundle
|
- bundle config set --local path /drone/.bundle
|
||||||
- bundle env
|
- bundle env
|
||||||
- bundle install
|
- bundle install
|
||||||
|
- ls -la /drone/.bundle
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
- name: rebuild-cache
|
- name: rebuild-cache
|
||||||
|
@ -42,4 +43,4 @@ node:
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle-cache
|
- name: bundle-cache
|
||||||
host:
|
host:
|
||||||
path: /tmp/ruby-bundle-cache-sergio.am
|
path: /var/lib/drone/temp/ruby-bundle-cache-sergio.am
|
||||||
|
|
Loading…
Reference in New Issue