mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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-error.log
|
||||||
- cat storage/logs/laravel-info.log
|
- cat storage/logs/laravel-info.log
|
||||||
- FILES=$(find tests/_output -type f -name '*.png')
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user