Leave the drone-cache for when I can debug it (after Drone fix)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9dc2561ac0
commit
7cff6f7567
32
.drone.yml
32
.drone.yml
|
@ -10,14 +10,14 @@ image_pull_secrets:
|
||||||
- dockerconfig # using docker login, generate this file and add it as a secret.
|
- dockerconfig # using docker login, generate this file and add it as a secret.
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: restore cache
|
# - name: restore cache
|
||||||
image: docker.bics.ga/reivilibre/custom_drone_cache
|
# image: docker.bics.ga/reivilibre/custom_drone_cache
|
||||||
settings:
|
# settings:
|
||||||
backend: "sftp"
|
# backend: "sftp"
|
||||||
restore: true
|
# restore: true
|
||||||
archive_format: "gzip"
|
# archive_format: "gzip"
|
||||||
mount:
|
# mount:
|
||||||
- 'vendor'
|
# - 'vendor'
|
||||||
|
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
image: rust:1.49.0-slim
|
image: rust:1.49.0-slim
|
||||||
|
@ -54,11 +54,11 @@ steps:
|
||||||
- rsync -e 'ssh -i /tmp/rsync_key -o "UserKnownHostsFile ../.ci/known_hosts"' -vaz --delete ./book/ space_docs_librepush_net@sallie.librepush.net:./public/yama
|
- rsync -e 'ssh -i /tmp/rsync_key -o "UserKnownHostsFile ../.ci/known_hosts"' -vaz --delete ./book/ space_docs_librepush_net@sallie.librepush.net:./public/yama
|
||||||
- rm /tmp/rsync_key
|
- rm /tmp/rsync_key
|
||||||
|
|
||||||
- name: rebuild cache
|
# - name: rebuild cache
|
||||||
image: docker.bics.ga/reivilibre/custom_drone_cache
|
# image: docker.bics.ga/reivilibre/custom_drone_cache
|
||||||
settings:
|
# settings:
|
||||||
backend: "sftp"
|
# backend: "sftp"
|
||||||
rebuild: true
|
# rebuild: true
|
||||||
archive_format: "gzip"
|
# archive_format: "gzip"
|
||||||
mount:
|
# mount:
|
||||||
- 'vendor'
|
# - 'vendor'
|
||||||
|
|
Loading…
Reference in New Issue