-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(windows) bump git-lfs
to 3.4.0 and fix its installation
#503
Conversation
PATH
before installing git-lfs
version 3.4.0git-lfs
version 3.4.0 installation
git-lfs
version 3.4.0 installationgit-lfs
version 3.4.0 installation on Nanoserver images
git-lfs
version 3.4.0 installation on Nanoserver imagesgit-lfs
version 3.4.0 installation on Nanoserver images
Updatecli is failing as expected since the test target doesn't exist on the master branch yet. |
git-lfs
version 3.4.0 installation on Nanoserver imagesgit-lfs
to 3.4.0 and fix its installation on Nanoserver images
Back to draft, the windowsservercore git-lfs install doesn't fail but the test show that it's not installed. I'll do the same change on windowsservercore image. |
git-lfs
to 3.4.0 and fix its installation on Nanoserver imagesgit-lfs
to 3.4.0 and fix its installation on Windows images
Same change applied to windowsservercore image. Out of curiosity I opened #504 to check if git-lfs 3.1.4 was indeed installed in Windows images, it was, PR closed in favor of this one. PR ready for review. |
git-lfs
to 3.4.0 and fix its installation on Windows imagesgit-lfs
to 3.4.0 and fix its installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Merging as the updatecli checks are failing until merged. |
This PR fixes the
git: 'lfs' is not a git command.
error noticed in #502 (comment) when using the version 3.4.0 of git-lfs by adding git to thePATH
earlier then using git-lfs.exe installer instead ofgit.exe lfs install
.It also adds a test ensuring git-lfs (and thus git) is correctly installed.
Supersedes and closes #502
Testing done
https://ci.jenkins.io/job/Packaging/job/docker-agent/job/PR-503/11/
Submitter checklist