diff options
Diffstat (limited to 'ci/merge.sh')
-rwxr-xr-x | ci/merge.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/merge.sh b/ci/merge.sh index 80ffdb6..333a05c 100755 --- a/ci/merge.sh +++ b/ci/merge.sh @@ -8,5 +8,4 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# Just run the verify again for now -`dirname $0`/verify.sh
\ No newline at end of file +exit 0 |