From cb1f61257e60705f89614a9b3321cb58c53ab4e0 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 17:02:36 -0600 Subject: [PATCH] Add backtick --- drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drone.yml b/drone.yml index 9c54f9b..e0184cf 100644 --- a/drone.yml +++ b/drone.yml @@ -15,6 +15,8 @@ steps: - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - cd ../ - tree -a -I 'node_modules' + - cd `www + - ls when: event: - push