From 400ec31235f33b86cce4bd2d55e370d2a7a7bb55 Mon Sep 17 00:00:00 2001 From: Martin Maina Kiragu Date: Mon, 13 Feb 2023 01:54:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa6cc33a..881ee209 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build_job: image: node:14 script: - df -h + - lsb_release -a - apt-get update && apt-get install -y unzip - apt-get install -y software-properties-common ca-certificates lsb-release apt-transport-https - LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php