Skip to content
Snippets Groups Projects
Commit 5b9270e1 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Try alternate solution using image with git-lfs preinstalled

parent b39ee1bf
No related tags found
1 merge request!95Resolve "Deploy jobs do not pull files from LFS"
Pipeline #141457 passed
...@@ -22,6 +22,7 @@ variables: ...@@ -22,6 +22,7 @@ variables:
.ddeploy: .ddeploy:
stage: deploy stage: deploy
image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git-lfs
services: services:
- name: tecnalia-docker-dev.artifact.tecnalia.com/docker:dind - name: tecnalia-docker-dev.artifact.tecnalia.com/docker:dind
alias: docker alias: docker
...@@ -46,7 +47,6 @@ variables: ...@@ -46,7 +47,6 @@ variables:
- git lfs install - git lfs install
- git config --global credential.helper store - git config --global credential.helper store
- echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials - echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
- find . -type f -name .lfsconfig -execdir git lfs pull \;
# install ddeploy # install ddeploy
- pip install --break-system-packages git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.2.0 - pip install --break-system-packages git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.2.0
- echo "Logging into docker registry ${ARTIFACT_DOCKER_URL} for user ${ARTIFACT_CI_USER}" - echo "Logging into docker registry ${ARTIFACT_DOCKER_URL} for user ${ARTIFACT_CI_USER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment