mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
Only show last screenshot
This commit is contained in:
parent
bef4e5faea
commit
73ab6a308b
@ -93,7 +93,7 @@ after_script:
|
||||
- cat storage/logs/laravel-error.log
|
||||
- cat storage/logs/laravel-info.log
|
||||
- FILES=$(find tests/_output -type f -name '*.png')
|
||||
- for i in $FILES; do echo $i; base64 "$i"; echo "EOF"; done
|
||||
- for i in $FILES; do echo $i; base64 "$i"; break; done
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user