Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Watch (0.14 sec)

  1. .github/workflows/CheckBadMerge.groovy

                        println("Found bad file $filePath in merge commit $mergeCommit: '$line' only exists in $releaseCommit but not in $masterCommit")
                        return true
                    }
                }
            } catch (AbortException ignore) {
                return false
            }
            return false
        }
    
        static class AbortException extends RuntimeException {
        }
    
    Groovy
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 19 10:35:44 GMT 2023
    - 6.5K bytes
    - Viewed (0)
Back to top