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:
- docker build --platform linux/amd64 -f retrieval/Dockerfile -t $RETRIEVAL_IMAGE .
tags:
- docker
privileged: true
build_ingestion:
stage: build
......@@ -36,7 +35,6 @@ build_ingestion:
- docker build --platform linux/amd64 -f ingestion/Dockerfile -t $INGESTION_IMAGE .
tags:
- docker
privileged: true
export_images:
stage: export
......@@ -49,7 +47,6 @@ export_images:
- transferbot-ingestion.tar
tags:
- docker
privileged: true
deploy_scp:
stage: deploy
......@@ -65,4 +62,3 @@ deploy_scp:
- export_images
tags:
- 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