komarov 4年前
コミット
dc007788b0
1個のファイルの変更2行の追加4行の削除
  1. +2
    -4
      .drone.yml

+ 2
- 4
.drone.yml ファイルの表示

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


読み込み中…
キャンセル
保存