Leave the drone-cache for when I can debug it (after Drone fix)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Olivier 'reivilibre' 2021-08-06 22:34:45 +01:00
parent 9dc2561ac0
commit 7cff6f7567
1 changed files with 16 additions and 16 deletions

View File

@ -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'