Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 578fddb

Browse files
chore(ci): fix docker job
1 parent 3e0363e commit 578fddb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ deploy-job:
4141
# - env | grep ^DOCKER_
4242
# - env | grep ^CI_
4343
# - docker info
44-
- ls
45-
- cp ./usr/share/java/simdoc-server.jar simdoc/simdoc-server
46-
- ls simdoc/simdoc-server
44+
- cp ./usr/share/java/clustering-server.jar simdoc/clustering-server
4745
- docker login $CI_REGISTRY --username gitlab-ci-token --password $CI_BUILD_TOKEN
4846

4947
script:
50-
- (cd simdoc/simdoc-server && docker build --pull -t $CI_REGISTRY_IMAGE:clustering-$CI_BUILD_TAG .)
48+
- (cd simdoc/clustering-server && docker build --pull -t $CI_REGISTRY_IMAGE:clustering-$CI_BUILD_TAG .)
5149
- docker push $CI_REGISTRY_IMAGE:clustering-$CI_BUILD_TAG
5250
# only:
5351
# - tags

0 commit comments

Comments
 (0)