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
a6020189
Commit
a6020189
authored
Jul 15, 2025
by
minhnguyengp1
Browse files
Fix gitlab-ci job names in yml file
parent
cfddf916
Pipeline
#11735
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a6020189
...
@@ -7,26 +7,26 @@ variables:
...
@@ -7,26 +7,26 @@ variables:
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
SSH_USER
:
huyminh
SSH_USER
:
$SERVER_USER
SSH_HOST
:
94.130.88.60
SSH_HOST
:
$SERVER_IP
SSH_TARGET_DIR
:
~/hft-transferbot
SSH_TARGET_DIR
:
~/hft-transferbot
before_script
:
before_script
:
-
echo "Using tag
:
$IMAGE_TAG"
-
echo "Using tag
:
$IMAGE_TAG"
build
:
retrieval:
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
]
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
]
tags
:
[
docker
]
export
:
images:
export
_
images
:
stage
:
export
stage
:
export
script
:
script
:
-
docker save -o transferbot-retrieval.tar $RETRIEVAL_IMAGE
-
docker save -o transferbot-retrieval.tar $RETRIEVAL_IMAGE
...
@@ -36,7 +36,7 @@ export:images:
...
@@ -36,7 +36,7 @@ export:images:
-
transferbot-retrieval.tar
-
transferbot-retrieval.tar
-
transferbot-ingestion.tar
-
transferbot-ingestion.tar
deploy
:
scp:
deploy
_
scp
:
stage
:
deploy
stage
:
deploy
only
:
only
:
-
master
-
master
...
...
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