We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4623088 commit 4183eddCopy full SHA for 4183edd
ci/install-dependencies.sh
@@ -74,8 +74,8 @@ ubuntu-*|i386/ubuntu-*|debian-*)
74
-C "$CUSTOM_PATH" --strip-components=1 "git-lfs-$LINUX_GIT_LFS_VERSION/git-lfs"
75
rm "git-lfs-linux-amd64-$LINUX_GIT_LFS_VERSION.tar.gz"
76
77
- wget --quiet "$JGITWHENCE" --output-document="$CUSTOM_PATH/jgit"
78
- chmod a+x "$CUSTOM_PATH/jgit"
+ : wget --quiet "$JGITWHENCE" --output-document="$CUSTOM_PATH/jgit"
+ : chmod a+x "$CUSTOM_PATH/jgit"
79
;;
80
esac
81
0 commit comments