Commit e1f527f4 authored by minhnguyengp1's avatar minhnguyengp1
Browse files

Fix gitlab-ci yml

parent 17a90836
Pipeline #11744 failed with stages
in 1 minute and 29 seconds
...@@ -28,7 +28,6 @@ build_retrieval: ...@@ -28,7 +28,6 @@ build_retrieval:
- docker build --platform linux/amd64 -f retrieval/Dockerfile -t $RETRIEVAL_IMAGE . - docker build --platform linux/amd64 -f retrieval/Dockerfile -t $RETRIEVAL_IMAGE .
tags: tags:
- docker - docker
privileged: true
build_ingestion: build_ingestion:
stage: build stage: build
...@@ -36,7 +35,6 @@ build_ingestion: ...@@ -36,7 +35,6 @@ build_ingestion:
- docker build --platform linux/amd64 -f ingestion/Dockerfile -t $INGESTION_IMAGE . - docker build --platform linux/amd64 -f ingestion/Dockerfile -t $INGESTION_IMAGE .
tags: tags:
- docker - docker
privileged: true
export_images: export_images:
stage: export stage: export
...@@ -49,7 +47,6 @@ export_images: ...@@ -49,7 +47,6 @@ export_images:
- transferbot-ingestion.tar - transferbot-ingestion.tar
tags: tags:
- docker - docker
privileged: true
deploy_scp: deploy_scp:
stage: deploy stage: deploy
...@@ -65,4 +62,3 @@ deploy_scp: ...@@ -65,4 +62,3 @@ deploy_scp:
- export_images - export_images
tags: tags:
- docker - docker
privileged: true
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