Skip to content

Commit 4183edd

Browse files
committed
citweak: for now disable jgit download
1 parent 4623088 commit 4183edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ ubuntu-*|i386/ubuntu-*|debian-*)
7474
-C "$CUSTOM_PATH" --strip-components=1 "git-lfs-$LINUX_GIT_LFS_VERSION/git-lfs"
7575
rm "git-lfs-linux-amd64-$LINUX_GIT_LFS_VERSION.tar.gz"
7676

77-
wget --quiet "$JGITWHENCE" --output-document="$CUSTOM_PATH/jgit"
78-
chmod a+x "$CUSTOM_PATH/jgit"
77+
: wget --quiet "$JGITWHENCE" --output-document="$CUSTOM_PATH/jgit"
78+
: chmod a+x "$CUSTOM_PATH/jgit"
7979
;;
8080
esac
8181
;;

0 commit comments

Comments
 (0)