From b9c7618b80770d0222cfb69d991cbe52f9872569 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:25:56 +0200 Subject: [PATCH] Python 2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 28fbf8f..b2fe21e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,6 @@ steps: - name: build image: node:alpine commands: - - apk add --no-cache python2 make g++ + - apk add --no-cache python make g++ - npm install - vue-cli-service build --mode production