From fd1aa3f819d98341b160a17c5e8d931c9aa29a20 Mon Sep 17 00:00:00 2001 From: BinhTH-tsdv Date: Wed, 15 May 2024 10:11:58 +0700 Subject: [PATCH] feat(cypress): Add submodule sw360 Signed-off-by: BinhTH-tsdv --- .gitmodules | 3 +++ sw360 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 sw360 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a77f625c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sw360"] + path = sw360 + url = https://github.com/eclipse-sw360/sw360.git diff --git a/sw360 b/sw360 new file mode 160000 index 00000000..cfaac29f --- /dev/null +++ b/sw360 @@ -0,0 +1 @@ +Subproject commit cfaac29fd15d7f967f0660f40f113c25c800a5f8