Merge branch 'sg/travis-help-debug'
Dev support update. * sg/travis-help-debug: travis-ci: do not skip successfully tested trees in debug mode
This commit is contained in:
commit
eb35c18e42
@ -34,6 +34,11 @@ save_good_tree () {
|
|||||||
# successfully before (e.g. because the branch got rebased, changing only
|
# successfully before (e.g. because the branch got rebased, changing only
|
||||||
# the commit messages).
|
# the commit messages).
|
||||||
skip_good_tree () {
|
skip_good_tree () {
|
||||||
|
if test "$TRAVIS_DEBUG_MODE" = true
|
||||||
|
then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
if ! good_tree_info="$(grep "^$(git rev-parse $CI_COMMIT^{tree}) " "$good_trees_file")"
|
if ! good_tree_info="$(grep "^$(git rev-parse $CI_COMMIT^{tree}) " "$good_trees_file")"
|
||||||
then
|
then
|
||||||
# Haven't seen this tree yet, or no cached good trees file yet.
|
# Haven't seen this tree yet, or no cached good trees file yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user