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

Adapt command to busybox

parent 5b9270e1
No related branches found
No related tags found
1 merge request!95Resolve "Deploy jobs do not pull files from LFS"
Pipeline #141428 passed
......@@ -22,7 +22,6 @@ 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
......@@ -47,6 +46,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 -exec sh -c 'cd "$(dirname "{}")" && 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