1
0
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:
J. Fernando Sánchez 2018-06-15 10:34:36 +02:00
parent 2a773d45aa
commit f92617d147
2 changed files with 6 additions and 3 deletions

View File

@ -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
View File

@ -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