Add drone fix 10/?: remove broken echo command
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-02-29 22:57:49 -08:00
parent 96fc519b3c
commit 3522c34adf
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ steps:
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build - hugo -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build
- echo "help me" > /live-output/test.txt
- pwd - pwd
- ls -la . - ls -la .
- name: upload-live - name: upload-live