Commit 64687153 authored by minhnguyengp1's avatar minhnguyengp1
Browse files

Fix gitlab-ci yml

parent a0f38256
Pipeline #11741 failed with stages
in 46 seconds
......@@ -3,12 +3,9 @@ image: docker:latest
services:
- docker:dind
stages:
- build
- export
- deploy
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_TLS_CERTDIR: ""
IMAGE_TAG: latest
RETRIEVAL_IMAGE: transferbot/retrieval:$IMAGE_TAG
INGESTION_IMAGE: transferbot/ingestion:$IMAGE_TAG
......@@ -19,6 +16,11 @@ variables:
before_script:
- echo Using tag $IMAGE_TAG
stages:
- build
- export
- deploy
build_retrieval:
stage: build
script:
......
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