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

Commit

Permalink
Attempt to move things around
Browse files Browse the repository at this point in the history
- hi hello how are you CI
  • Loading branch information
David Haynes committed Sep 26, 2018
1 parent fd68bc4 commit 7f50689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
image: node:latest

before_script:
- yarn
- npm install -g gulp

build:
script:
- yarn
- npm install -g gulp
- gulp build
artifacts:
paths:
Expand All @@ -16,6 +14,8 @@ build:

pages:
script:
- yarn
- npm install -g gulp
- gulp build
- mkdir public
- mv build/* public
Expand Down

0 comments on commit 7f50689

Please sign in to comment.