drop npm-ipfs
parent
a1c7c1e09b
commit
ee146753d2
|
@ -1,8 +1,7 @@
|
|||
image: node:13
|
||||
|
||||
before_script:
|
||||
- yarn global add ipfs-npm
|
||||
- ipfs-yarn
|
||||
- yarn
|
||||
|
||||
cache:
|
||||
paths:
|
||||
|
@ -11,7 +10,7 @@ cache:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- ipfs-yarn run build:prod
|
||||
- yarn run build:prod
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/angular
|
||||
|
@ -19,12 +18,12 @@ build:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ipfs-yarn run lint
|
||||
- yarn run lint
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- ipfs-yarn run build:gitlab
|
||||
- yarn run build:gitlab
|
||||
- mv dist/angular public
|
||||
- cp public/index.html public/404.html
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue