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
f2bc170f
Commit
f2bc170f
authored
Jul 15, 2025
by
minhnguyengp1
Browse files
Fix gitlab-ci yml
parent
332afed1
Pipeline
#11739
failed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f2bc170f
...
@@ -18,11 +18,15 @@ build_retrieval:
...
@@ -18,11 +18,15 @@ 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
...
@@ -33,6 +37,8 @@ export_images:
...
@@ -33,6 +37,8 @@ export_images:
paths
:
paths
:
-
transferbot-retrieval.tar
-
transferbot-retrieval.tar
-
transferbot-ingestion.tar
-
transferbot-ingestion.tar
tags
:
-
docker
deploy_scp
:
deploy_scp
:
stage
:
deploy
stage
:
deploy
...
@@ -46,3 +52,5 @@ deploy_scp:
...
@@ -46,3 +52,5 @@ deploy_scp:
-
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
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