Skip to content

Commit

Permalink
[chore](ci) add isCloudMode (apache#37518)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: stephen <hello-stephen@qq.com>
  • Loading branch information
hello-stephen and stephen authored Jul 9, 2024
1 parent 9b500fa commit 19eb9de
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1329,4 +1329,8 @@ class Suite implements GroovyInterceptable {
}
}

boolean isCloudMode() {
return false
}

}

0 comments on commit 19eb9de

Please sign in to comment.