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
17a90836
Commit
17a90836
authored
Jul 15, 2025
by
minhnguyengp1
Browse files
Fix gitlab-ci yml
parent
33ac533d
Pipeline
#11743
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17a90836
...
@@ -3,7 +3,6 @@ image: docker:latest
...
@@ -3,7 +3,6 @@ image: docker:latest
services
:
services
:
-
name
:
docker:20.10.16-dind
-
name
:
docker:20.10.16-dind
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--host=unix:///var/run/docker.sock"
]
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--host=unix:///var/run/docker.sock"
]
privileged
:
true
variables
:
variables
:
DOCKER_HOST
:
tcp://docker:2375/
DOCKER_HOST
:
tcp://docker:2375/
...
@@ -29,6 +28,7 @@ build_retrieval:
...
@@ -29,6 +28,7 @@ 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,6 +36,7 @@ build_ingestion:
...
@@ -36,6 +36,7 @@ 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
...
@@ -48,6 +49,7 @@ export_images:
...
@@ -48,6 +49,7 @@ export_images:
-
transferbot-ingestion.tar
-
transferbot-ingestion.tar
tags
:
tags
:
-
docker
-
docker
privileged
:
true
deploy_scp
:
deploy_scp
:
stage
:
deploy
stage
:
deploy
...
@@ -63,3 +65,4 @@ deploy_scp:
...
@@ -63,3 +65,4 @@ deploy_scp:
-
export_images
-
export_images
tags
:
tags
:
-
docker
-
docker
privileged
:
true
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