remove yarn-ipfs

merge-requests/2/merge^2
Nato Boram 2019-11-28 22:10:55 -05:00
parent 141fed8a6e
commit 4ac6b557fa
No known key found for this signature in database
GPG Key ID: C035B4A0E33CF552
1 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,7 @@
image: node:13
before_script:
- yarn global add ipfs-npm
- ipfs-yarn global add @angular/cli
- ipfs-yarn
- yarn
cache:
paths:
@ -12,24 +10,24 @@ cache:
build:
stage: build
script:
- ipfs-yarn run build:prod
- yarn run build:prod
artifacts:
paths:
- dist
- dist/angular
test:
stage: test
script:
- ipfs-yarn run lint
- yarn run lint
page:
stage: deploy
script:
- ipfs-yarn run build:gitlab
- yarn run build:gitlab
- mv dist/angular public
- cp public/index.html public/404.html
artifacts:
paths:
- public
- dist/public
only:
- master