From 83355e84122c5aebbefe0922b2afc1a1f74a6154 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:35:19 +0200 Subject: [PATCH] fuck --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 434bc1c..4d3cb2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: node:16.16.0-alpine3.16 commands: - apk add --update --no-cache --virtual .gyp python3 make g++ - - wich python + - which python - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production