From b6281004d54ff0593a26c11f93858c0b844fc5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 9 Jan 2022 22:33:04 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.drone.yml b/.drone.yml index 66c8f2d..36e959c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,31 +7,4 @@ steps: image: busybox commands: - echo hello-world - - echo $(pwd) - -- name: backend - image: composer - commands: - - cd backend && composer install - -- name: frontend - image: node - commands: - - cd frontend && npm install - -- name: discord notification - image: appleboy/drone-discord - settings: - webhook_id: - from_secret: discord_webhook_id - webhook_token: - from_secret: discord_webhook_token - username: Drone - message: > - {{#success build.status}} - {{build.event}}: build #{{build.number}} succeeded. - {{else}} - {{build.event}}: build #{{build.number}} failed. - {{/success}} - {{build.link}} - {{since build.started}} + - echo $(pwd) $(id)