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

Add some additional debug output

parent 61361a9c
Branches
No related tags found
1 merge request!95Resolve "Deploy jobs do not pull files from LFS"
Pipeline #141504 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 -exec sh -c 'cd "$(dirname "{}")" && git lfs ls-files' \;
- find . -type f -name .lfsconfig -exec sh -c 'cd "$(dirname "{}")" && git lfs pull' \;
- find . -type f -name .lfsconfig -exec sh -c 'cd "$(dirname "{}")" && git lfs ls-files' \;
# install ddeploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment