From 6b11cdd0ce61ee8b0862a41d9a607326ede9b674 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 15:38:37 -0600 Subject: [PATCH] Add tree to start --- drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index c02ec95..1349958 100644 --- a/drone.yml +++ b/drone.yml @@ -5,6 +5,8 @@ steps: - name: build_client image: node commands: + - "apt-get install tree" + - "tree" - "cd Server/src" - "ls" - "cd ../../" @@ -12,7 +14,7 @@ steps: - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../" - - "sudo apt install tree" + - "apt install tree" - "tree" when: event: