We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cabb145 + c46ebc2 commit eb35c18Copy full SHA for eb35c18
ci/lib.sh
@@ -34,6 +34,11 @@ save_good_tree () {
34
# successfully before (e.g. because the branch got rebased, changing only
35
# the commit messages).
36
skip_good_tree () {
37
+ if test "$TRAVIS_DEBUG_MODE" = true
38
+ then
39
+ return
40
+ fi
41
+
42
if ! good_tree_info="$(grep "^$(git rev-parse $CI_COMMIT^{tree}) " "$good_trees_file")"
43
then
44
# Haven't seen this tree yet, or no cached good trees file yet.
0 commit comments