From ca12a1baeed50f2b61610de3ee30dd28f9c31cd8 Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Fri, 26 Aug 2016 12:33:11 +0200 Subject: [PATCH] moving cache to top of yml file --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64b6e83..3bf8ad9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,6 @@ +cache: + mount: + - vendor build: image: yveshoppe/joomla-systemtests:latest commands: @@ -14,6 +17,3 @@ build: clone: depth: 1 path: repo - cache: - mount: - - vendor