Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TransferBot
HFT TransferBot
Commits
64687153
Commit
64687153
authored
Jul 15, 2025
by
minhnguyengp1
Browse files
Fix gitlab-ci yml
parent
a0f38256
Pipeline
#11741
failed with stages
in 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
64687153
...
@@ -3,12 +3,9 @@ image: docker:latest
...
@@ -3,12 +3,9 @@ image: docker:latest
services
:
services
:
-
docker:dind
-
docker:dind
stages
:
-
build
-
export
-
deploy
variables
:
variables
:
DOCKER_HOST
:
tcp://docker:2375/
DOCKER_TLS_CERTDIR
:
"
"
IMAGE_TAG
:
latest
IMAGE_TAG
:
latest
RETRIEVAL_IMAGE
:
transferbot/retrieval:$IMAGE_TAG
RETRIEVAL_IMAGE
:
transferbot/retrieval:$IMAGE_TAG
INGESTION_IMAGE
:
transferbot/ingestion:$IMAGE_TAG
INGESTION_IMAGE
:
transferbot/ingestion:$IMAGE_TAG
...
@@ -19,6 +16,11 @@ variables:
...
@@ -19,6 +16,11 @@ variables:
before_script
:
before_script
:
-
echo Using tag $IMAGE_TAG
-
echo Using tag $IMAGE_TAG
stages
:
-
build
-
export
-
deploy
build_retrieval
:
build_retrieval
:
stage
:
build
stage
:
build
script
:
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment