Skip to content
Snippets Groups Projects

Resolve "Deploy jobs do not pull files from LFS"

Merged Jon Azpiazu requested to merge 62-deploy-jobs-do-not-pull-files-from-lfs into master
All threads resolved!
@@ -22,10 +22,12 @@ variables:
.ddeploy:
stage: deploy
image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git-lfs
services:
- name: tecnalia-docker-dev.artifact.tecnalia.com/docker:dind
alias: docker
variables:
GIT_LFS_SKIP_SMUDGE: 0
DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_NAME: ${CI_PROJECT_PATH}
DOCKER_PUSH_TAG: ${CI_COMMIT_REF_NAME}
@@ -45,7 +47,6 @@ variables:
- git lfs install
- git config --global credential.helper store
- echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
- find . -type f -name .lfsconfig -execdir git lfs pull \;
# install ddeploy
- 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}"
Loading