From bb626b67e9106b921f1c83d37eb2c352e1ebe624 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:36:24 +0200 Subject: [PATCH] c --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4d3cb2d..a0c31f2 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++ - - which python + - which python3 - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production