From c58b56f4cef3aab6e0f4453f15727963d4dfaf55 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Oct 2019 18:54:06 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20make=20on=20the=20css=20s?= =?UTF-8?q?tep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The finalgene/lessc image doesn’t appear to have make installed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4343d80..081b8db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build-css: stage: build image: finalgene/lessc:3.10 script: - make css + lessc src/less/main.less public_html/assets/css/main.css artifacts: paths: - public_html/