From dee98808dcd84c3ea5516a756791c8cb78d0948f Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Tue, 19 Apr 2016 22:09:46 +0000 Subject: [PATCH] test8: list packages --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4d5d82..fa9f3a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,7 @@ cache: - /var/cache/apt/archives/ before_script: - - 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 + - dpkg -l pages: script: