Commit d8fd914a authored by Mattia Bergagio's avatar Mattia Bergagio
Browse files

upd'ed link to git

parent 35ea8043
......@@ -24,7 +24,7 @@ services:
image: osd_ava:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/osd_ava.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/osd_ava.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -55,7 +55,7 @@ services:
image: osd_ave:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/osd_ave.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/osd_ave.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -86,7 +86,7 @@ services:
image: osd_avs:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/osd_avs.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/osd_avs.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -117,7 +117,7 @@ services:
image: mmc_asr:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/mmc_asr.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/mmc_asr.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -155,7 +155,7 @@ services:
image: osd_tvs:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/osd_tvs.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/osd_tvs.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -224,7 +224,7 @@ services:
image: mmc_aus:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/mmc_aus.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/mmc_aus.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -263,7 +263,7 @@ services:
image: paf_fir:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/paf_fir.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/paf_fir.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -301,7 +301,7 @@ services:
image: osd_vcd:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/osd_vcd.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/osd_vcd.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......@@ -332,7 +332,7 @@ services:
image: mmc_sir:${TAG}
restart: always
build:
context: https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/mmc_sir.git
context: https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/mmc_sir.git
dockerfile: Dockerfile
args:
- GIT_NAME=${GIT_NAME}
......
......@@ -40,7 +40,7 @@ RUN \
python3 -m pip install --no-cache-dir -r requirements.txt
WORKDIR "$BASE_FOLDER"/src
RUN git clone https://${GIT_NAME}:${GIT_TOKEN}@gitlab.eurixgroup.com/mpai/common_module.git
RUN git clone https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-aif/osd_tma/common_module.git
RUN pwd
RUN ls
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment