Skip to content

Commit 26e8e6e

Browse files
committed
remove global gulp installation in ci
1 parent 3c0dbcc commit 26e8e6e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.drone.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ steps:
1010
- name: assets
1111
image: node:lts
1212
commands:
13-
- npm install -g gulp
1413
- npm install
15-
- gulp default
14+
- npx gulp default
1615
environment:
1716
FORCE_COLOR: true
1817
NPM_CONFIG_LOGLEVEL: error
@@ -93,9 +92,8 @@ steps:
9392
- name: assets
9493
image: node:lts
9594
commands:
96-
- npm install -g gulp
9795
- npm install
98-
- gulp default
96+
- npx gulp default
9997
environment:
10098
FORCE_COLOR: true
10199
NPM_CONFIG_LOGLEVEL: error
@@ -255,6 +253,6 @@ depends_on:
255253

256254
---
257255
kind: signature
258-
hmac: 5ae8faff2062f7794e3ff249631bde1bfd7dfbda1f6c8dde24c161d1ef4ada58
256+
hmac: 72adfe474430919784ba46d405cfc8cfdb80de9e8a6c562938ea9b11113f077d
259257

260258
...

0 commit comments

Comments
 (0)