Don’t use make on the css step
The finalgene/lessc image doesn’t appear to have make installed.
This commit is contained in:
parent
68c87a794c
commit
c58b56f4ce
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue