You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One could probably use some options with diff to ignore additional spaces or new lines
I guess any combination of (copu from man diff):
-Z, --ignore-trailing-space
ignore white space at line end
-b, --ignore-space-change
ignore changes in the amount of white space
-w, --ignore-all-space
ignore all white space
-B, --ignore-blank-lines
ignore changes whose lines are all blank
Will do to be more tolerant with changes to the template that do not have any impact on the function of the .travis.yml script
Thanks a lot
The text was updated successfully, but these errors were encountered:
I am trying to work on the plugin-LdapLogin
the travis builds fails due to a recent changes in the travis.yml template
https://github.com/piwik/travis-scripts/blob/master/generator/templates/travis.yml.twig
Basically the generated .travis.yml file and the one in the plugin-LoginLdap repo disagree
https://travis-ci.org/piwik/plugin-LoginLdap/jobs/149084931#L318
Although the changes are not revelant for the build (empty line moved, some spacing in the end of the line)
This is the line where the diff is called
https://github.com/piwik/travis-scripts/blob/master/autoupdate_travis_yml.sh#L52
One could probably use some options with diff to ignore additional spaces or new lines
I guess any combination of (copu from man diff):
Will do to be more tolerant with changes to the template that do not have any impact on the function of the .travis.yml script
Thanks a lot
The text was updated successfully, but these errors were encountered: