From 8fe3112d1a35eecc35b89df7ecd77107589519ec Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 6 Aug 2024 12:03:50 +0200 Subject: [PATCH] cleaning echo commands --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 50e0414..b9c4488 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,8 +24,6 @@ steps: from_secret: project_dev_server_path commands: - git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git - - ls -la - - echo "salut" - cd homegrade_theme_production - npm install - npm run production