Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Leaner CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haynes committed Jun 23, 2018
1 parent 94bfc92 commit 784992c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
image: node:latest

before_script:
- npm i --save @fortawesome/fontawesome
- yarn
- yarn add @fortawesome/fontawesome-free-webfonts
- npm install -g gulp

build:
Expand All @@ -14,7 +12,6 @@ build:
paths:
- build/js
- build/css
- build/fonts
only:
- master

Expand Down

0 comments on commit 784992c

Please sign in to comment.