~docbibi/memos

4a40dac6937bd467229f3337ac4a2c2211ca0ea4 — Borjan Tchakaloff 1 year, 1 month ago da46501
Add a debug instruction to print directory content
1 files changed, 2 insertions(+), 0 deletions(-)

M .build.yaml
M .build.yaml => .build.yaml +2 -0
@@ 5,6 5,8 @@ packages:
environment:
  site: readthememo.app
tasks:
- debug: |
    ls -al .
- package: |
    cd $site
    tar -cvz . > ../site.tar.gz