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