From a1370089ab24a32aaa8fdf50b1a7c10586fa68c8 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 3 Sep 2020 13:10:29 +0200 Subject: [PATCH] [CI] Remove some debug commands --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7688cfe..81f52d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,6 @@ steps: - name: build image: silex/emacs:27-alpine commands: - - pwd - - ls -ahl - - which emacs - emacs --script export.el - name: deploy