Commit 332afed1 authored by minhnguyengp1's avatar minhnguyengp1
Browse files

Fix gitlab-ci yml

parent 3ef2f636
Pipeline #11738 canceled with stages
...@@ -18,13 +18,11 @@ build_retrieval: ...@@ -18,13 +18,11 @@ build_retrieval:
stage: build stage: build
script: script:
- docker build --platform linux/amd64 -f retrieval/Dockerfile -t $RETRIEVAL_IMAGE . - docker build --platform linux/amd64 -f retrieval/Dockerfile -t $RETRIEVAL_IMAGE .
tags: [docker]
build_ingestion: build_ingestion:
stage: build stage: build
script: script:
- docker build --platform linux/amd64 -f ingestion/Dockerfile -t $INGESTION_IMAGE . - docker build --platform linux/amd64 -f ingestion/Dockerfile -t $INGESTION_IMAGE .
tags: [docker]
export_images: export_images:
stage: export stage: export
...@@ -47,5 +45,4 @@ deploy_scp: ...@@ -47,5 +45,4 @@ deploy_scp:
- ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts - ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
- scp transferbot-retrieval.tar transferbot-ingestion.tar $SSH_USER@$SSH_HOST:$SSH_TARGET_DIR - scp transferbot-retrieval.tar transferbot-ingestion.tar $SSH_USER@$SSH_HOST:$SSH_TARGET_DIR
dependencies: dependencies:
- export_images - export_images
tags: [docker] \ No newline at end of file
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