File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,10 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
70
70
# BACKUP_UTILS_VERSION WAS NOT FOUND IN LATEST.JSON, CHECK IF ITS GREATER THAN LAST VERSION
71
71
if [ " $( version $bu_major_minor ) " -ge " $( version ${keys[-1]} ) " ]; then
72
72
GHE_TEST_REMOTE_VERSION=" $bu_major_minor .0" ghe-host-check
73
- # Test most recent 2 versions
73
+ # Test most recent version
74
+ # Don't test 2 versions back because it fails when we bump the version on
75
+ # master after branching for a feature release, before it's released
74
76
GHE_TEST_REMOTE_VERSION=" ${keys[-1]} .0" ghe-host-check
75
- GHE_TEST_REMOTE_VERSION=" ${keys[-2]} .0" ghe-host-check
76
77
fi
77
78
else
78
79
# BACKUP_UTILS_VERSION WAS FOUND IN LATEST.JSON
You can’t perform that action at this time.
0 commit comments