moving cache to top of yml file

This commit is contained in:
Yves Hoppe 2016-08-26 12:33:11 +02:00
parent e495804688
commit ca12a1baee
1 changed files with 3 additions and 3 deletions

View File

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