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
e1f527f4
Commit
e1f527f4
authored
Jul 15, 2025
by
minhnguyengp1
Browse files
Fix gitlab-ci yml
parent
17a90836
Pipeline
#11744
failed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1f527f4
...
@@ -28,7 +28,6 @@ build_retrieval:
...
@@ -28,7 +28,6 @@ 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,7 +35,6 @@ build_ingestion:
...
@@ -36,7 +35,6 @@ 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
...
@@ -49,7 +47,6 @@ export_images:
...
@@ -49,7 +47,6 @@ export_images:
-
transferbot-ingestion.tar
-
transferbot-ingestion.tar
tags
:
tags
:
-
docker
-
docker
privileged
:
true
deploy_scp
:
deploy_scp
:
stage
:
deploy
stage
:
deploy
...
@@ -65,4 +62,3 @@ deploy_scp:
...
@@ -65,4 +62,3 @@ 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