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

Change LFS strategy to explicetely pull

parent 8e3526b9
No related branches found
No related tags found
1 merge request!95Resolve "Deploy jobs do not pull files from LFS"
Pipeline #141399 passed
......@@ -45,6 +45,7 @@ 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}"
......
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