remove unused build config

master
Jason Staten 3 years ago
parent 4d6f301f80
commit 720bcd5288

@ -1,12 +1,9 @@
image: alpine/edge image: alpine/edge
packages: packages:
- nodejs - nodejs
- npm
sources: sources:
- https://git.sr.ht/~statianzo/pmrpc - https://git.sr.ht/~statianzo/pmrpc
secrets:
- 01f84277-3abe-4ed1-9d0d-d66b49bfcfe7
- 5756e542-1a3e-4c27-ac4c-4820cff2b965
- 576364b7-4764-4794-a536-1a3357fb222b
environment: environment:
CI: "true" CI: "true"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true" PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
@ -16,4 +13,5 @@ tasks:
npm install npm install
- validate: | - validate: |
cd pmrpc cd pmrpc
npm run build
npm test npm test
Loading…
Cancel
Save