From 53b0a30ce47b8776d40640f55faf34bd33344c10 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sat, 11 Feb 2023 18:42:16 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bbd31e8..b115581 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,6 @@ steps: # build CONTAINER for app-build on flutter IMAGE - name: app-build image: node:17.9.0 - environment: - - NODE_ENV=production commands: - cd ./src/FLAD/ - npm run build