From 4bdd9148da2cf01e0a56b74ab5f2f83a4f0bab27 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Fri, 20 Dec 2019 17:30:15 +0200 Subject: [PATCH] gitlab-ci: Remove unused 'git' package Signed-off-by: Vasilis Tsiligiannis --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbd9f6a..a9454c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ style: stage: style before_script: - apt-get update -qq - - apt-get install -qq -y astyle git + - apt-get install -qq -y astyle script: - if (test $(astyle --dry-run --options=.astylerc --formatted lib/*.cc | wc -l) -eq 0); then (exit 0); else (exit 1); fi - if (test $(astyle --dry-run --options=.astylerc --formatted lib/*.h | wc -l) -eq 0); then (exit 0); else (exit 1); fi