Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2111 @Remilito I've reverted this PR because it breaks all CI build. ``` $ changedfiles=$(git diff --name-only $TRAVIS_COMMIT_RANGE) fatal: ambiguous argument '38d0207cd99d...362b7ca3c209': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' The command "changedfiles=$(git diff --name-only $TRAVIS_COMMIT_RANGE)" failed and exited with 128 during . Your build has been stopped. ``` In case of push with "--force" option, TRAVIS_COMMIT_RANGE got wrong value. Can you take a look again?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---