mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-13 04:02:29 +00:00
Change submodules to relative URIs
This commit is contained in:
parent
2a773d45aa
commit
f92617d147
@ -5,6 +5,9 @@
|
||||
# When using dind, it's wise to use the overlayfs driver for
|
||||
# improved performance.
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule "emotion-anew/data"]
|
||||
path = emotion-anew/data
|
||||
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/emotion-anew.git
|
||||
url = ../data/emotion-anew.git
|
||||
[submodule "emotion-wnaffect/data"]
|
||||
path = emotion-wnaffect/data
|
||||
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/emotion-wnaffect.git
|
||||
url = ../data/emotion-wnaffect.git
|
||||
[submodule "sentiment-basic/data"]
|
||||
path = sentiment-basic/data
|
||||
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/sentiment-basic.git
|
||||
url = ../data/sentiment-basic.git
|
Loading…
Reference in New Issue
Block a user