From 22ae4bbda5d5da7fa2cc37d573506a7a421635d8 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 29 Jun 2020 13:36:32 +0200 Subject: [PATCH] Remove extra line in Makefile to nudge CI... --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a117e5c2..258681f96 100644 --- a/Makefile +++ b/Makefile @@ -295,7 +295,6 @@ eos-ocis: bin/ocis reva-users & \ bin/ocis proxy & - .PHONY: eos-start eos-start: eos-deploy eos-setup eos-copy-ocis eos-ocis-storage-home eos-ocis @@ -311,4 +310,4 @@ eos-stop: eos-docker eos-install-go: docker exec -i eos-cli1 curl https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz -O docker exec -i eos-cli1 tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz - # export PATH=$PATH:/usr/local/go/bin \ No newline at end of file + # export PATH=$PATH:/usr/local/go/bin