mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
travis: fix screenshots script
This commit is contained in:
parent
f84fa8a698
commit
994fbdec47
1 changed files with 1 additions and 3 deletions
|
|
@ -6,10 +6,8 @@ if ! which underscore &> /dev/null; then
|
|||
fi
|
||||
|
||||
cd $KIF_SCREENSHOTS
|
||||
pwd
|
||||
ls
|
||||
|
||||
if "*.png" 2>/dev/null; then
|
||||
if [ ! -z "$(find . -name "*.png")" ]; then
|
||||
# Prepare location to collect delete commands
|
||||
if test "$TRAVIS_BUILD_NUMBER" = ""; then
|
||||
TRAVIS_BUILD_NUMBER="dev"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue