Fix Makefile path
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-07-20 13:00:22 +02:00
parent 0ffe29e490
commit 613887a3c9
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -11,7 +11,7 @@ pipeline:
commands:
- apk --no-cache update
- apk add make
- make -C public/ -f Makefile
- make -C public/ -f ../Makefile
deploy:
image: drillster/drone-rsync
hosts: [ "vbrandl.net" ]