git restore mtime
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c50c3ca37a
commit
7eb0356860
|
@ -7,7 +7,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
- apt -y update && apt -y install bash jq pandoc
|
- apt -y update && apt -y install bash git git-restore-mtime jq pandoc
|
||||||
|
- git restore-mtime
|
||||||
- bash ./build.sh
|
- bash ./build.sh
|
||||||
- rm -rf /var/www/_site && mv _site /var/www/
|
- rm -rf /var/www/_site && mv _site /var/www/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue