]> git.ipfire.org Git - thirdparty/git.git/commit
travis-ci: fix "skip_branch_tip_with_tag()" string comparison
authorLars Schneider <larsxschneider@gmail.com>
Thu, 21 Sep 2017 20:48:30 +0000 (22:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 01:58:29 +0000 (10:58 +0900)
commit8376eb4a8f4f5e048d6be3b54f9e13577f53eafa
treea5103b5bd221cf835a58dda80fd1d59c8d5fd9fa
parentf67242c10ddf24a14b5085b1effcbe818aa007e6
travis-ci: fix "skip_branch_tip_with_tag()" string comparison

09f5e97 ("travis-ci: skip a branch build if equal tag is present",
2017-09-17) introduced the "skip_branch_tip_with_tag" function with
a broken string comparison. Fix it!

Reported-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib-travisci.sh