removed duplicated entry in .gitmodules
There was an issue in the submodules of coreos and in in nwl there were two entries for the submodule coreos in .gitmodules. Thus one submodule entry was removed. Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
c21e3fce57
commit
f32ee1a72b
|
|
@ -1,7 +1,3 @@
|
||||||
[submodule "layers/coreos"]
|
|
||||||
path = layers/coreos
|
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
|
|
||||||
branch = master
|
|
||||||
[submodule "coreos"]
|
[submodule "coreos"]
|
||||||
path = coreos
|
path = coreos
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/coreos.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue