From a93b5e4071c606c084653b58ff73ee7b142b2eaa Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Tue, 19 Apr 2016 22:06:05 +0000 Subject: [PATCH] test7: apt-get install git from the source --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5351b5b..e4d5d82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,13 @@ cache: - /var/cache/apt/archives/ before_script: - - apt-get install git-core + - apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev build-essential + - wget https://github.com/git/git/archive/v1.9.4.tar.gz + - tar -zxf v1.9.4.tar.gz + - cd git-1.9.4 + - git config --global user.name "NewUser" + - git config --global user.email newuser@example.com + - git config --list pages: script: