Skip to content

Commit 8b59922

Browse files
update drone ci
1 parent 00dcc49 commit 8b59922

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.drone.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,16 @@ steps:
2222
image: node:18.19
2323
commands:
2424
- npm run check-format
25-
depends_on:
26-
- install
2725

2826
- name: lint
2927
image: node:18.19
3028
commands:
3129
- npm run lint
32-
depends_on:
33-
- install
3430

3531
- name: check-types
3632
image: node:18.19
3733
commands:
3834
- npm run check-types
39-
depends_on:
40-
- install
4135

4236
- name: test:unit
4337
image: node:18.19
@@ -327,33 +321,15 @@ steps:
327321
- voucher-subgraph-deployer
328322
##### START LOCAL STACK END #####
329323

330-
- name: test:e2e
331-
image: node:18.19
332-
commands:
333-
- npm run test:prepare
334-
- npm run test:e2e
335-
depends_on:
336-
- install
337-
- stack-ready
338-
339324
- name: build
340325
image: node:18.19
341326
commands:
342327
- npm run build
343-
depends_on:
344-
- install
345328

346329
- name: npm-publish-dry-run
347330
image: node:18.19
348331
commands:
349332
- npm publish --dry-run
350-
depends_on:
351-
- format
352-
- lint
353-
- check-types
354-
- test:unit
355-
- test:e2e
356-
- build
357333

358334
---
359335
# sdk @iexec/web3mail publish npm nightly pipeline

0 commit comments

Comments
 (0)