From d0ff063e70dd2fb6998c34dd156877fc061ba7c5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Aug 2018 12:24:50 +0200 Subject: [PATCH] ci: use relative path in gitmodules for proper access rights --- fpga/.gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/.gitmodules b/fpga/.gitmodules index 5635c297e..e84b2462c 100644 --- a/fpga/.gitmodules +++ b/fpga/.gitmodules @@ -15,4 +15,4 @@ url = ../VILLASfpga-hardware.git [submodule "common"] path = common - url = git@git.rwth-aachen.de:acs/public/villas/VILLAScommon.git + url = ../VILLAScommon.git