Browse Source

test

master
komarov 4 years ago
parent
commit
dc007788b0
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      .drone.yml

+ 2
- 4
.drone.yml View File

@@ -13,8 +13,6 @@ steps:
- name: restore_cache
image: meltwater/drone-cache
pull: true
commands:
- mkdir /tmp/cache
settings:
backend: "filesystem"
restore: true
@@ -24,7 +22,7 @@ steps:
- /drone/docker
volumes:
- name: cache
path: /drone/docker
path: /tmp/cache

- name: clone
image: docker:git
@@ -105,7 +103,7 @@ steps:
- /drone/docker
volumes:
- name: cache
path: /drone/docker
path: /tmp/cache

volumes:
- name: cache


Loading…
Cancel
Save