We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0dbcc commit 26e8e6eCopy full SHA for 26e8e6e
1 file changed
.drone.yml
@@ -10,9 +10,8 @@ steps:
10
- name: assets
11
image: node:lts
12
commands:
13
- - npm install -g gulp
14
- npm install
15
- - gulp default
+ - npx gulp default
16
environment:
17
FORCE_COLOR: true
18
NPM_CONFIG_LOGLEVEL: error
@@ -93,9 +92,8 @@ steps:
93
92
94
95
96
97
98
99
100
101
@@ -255,6 +253,6 @@ depends_on:
255
253
256
254
---
257
kind: signature
258
-hmac: 5ae8faff2062f7794e3ff249631bde1bfd7dfbda1f6c8dde24c161d1ef4ada58
+hmac: 72adfe474430919784ba46d405cfc8cfdb80de9e8a6c562938ea9b11113f077d
259
260
...
0 commit comments