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