drone deploy fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
erinn 2021-03-30 12:48:00 -07:00
parent 6b6cf430f7
commit 93d899e16c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ steps:
- export DIR=flwtch-`cat VERSION`-`cat BUILDDATE`
- mv deploy $DIR
- cp -r coverage/html $DIR/coverage-tests
- cp -r test/failures $DIR/test-failures
- cp -r test/failures $DIR/test-failures || true
- cd $DIR
- find . -type f -exec sha256sum {} \; > ./../sha256s.txt
- mv ./../sha256s.txt .