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

upd'ed link to git

parent 35ea8043
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
image: osd_ava:${TAG} image: osd_ava:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -55,7 +55,7 @@ services: ...@@ -55,7 +55,7 @@ services:
image: osd_ave:${TAG} image: osd_ave:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -86,7 +86,7 @@ services: ...@@ -86,7 +86,7 @@ services:
image: osd_avs:${TAG} image: osd_avs:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -117,7 +117,7 @@ services: ...@@ -117,7 +117,7 @@ services:
image: mmc_asr:${TAG} image: mmc_asr:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -155,7 +155,7 @@ services: ...@@ -155,7 +155,7 @@ services:
image: osd_tvs:${TAG} image: osd_tvs:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -224,7 +224,7 @@ services: ...@@ -224,7 +224,7 @@ services:
image: mmc_aus:${TAG} image: mmc_aus:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -263,7 +263,7 @@ services: ...@@ -263,7 +263,7 @@ services:
image: paf_fir:${TAG} image: paf_fir:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -301,7 +301,7 @@ services: ...@@ -301,7 +301,7 @@ services:
image: osd_vcd:${TAG} image: osd_vcd:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
...@@ -332,7 +332,7 @@ services: ...@@ -332,7 +332,7 @@ services:
image: mmc_sir:${TAG} image: mmc_sir:${TAG}
restart: always restart: always
build: 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 dockerfile: Dockerfile
args: args:
- GIT_NAME=${GIT_NAME} - GIT_NAME=${GIT_NAME}
......
...@@ -40,7 +40,7 @@ RUN \ ...@@ -40,7 +40,7 @@ RUN \
python3 -m pip install --no-cache-dir -r requirements.txt python3 -m pip install --no-cache-dir -r requirements.txt
WORKDIR "$BASE_FOLDER"/src 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 pwd
RUN ls 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