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.
1 parent 04a0633 commit c518022Copy full SHA for c518022
doctest/build.gradle
@@ -30,7 +30,7 @@ task cloneSqlCli(type: Exec) {
30
commandLine 'git', '-C', repoDir.absolutePath, 'checkout', 'origin/1.0-legacy'
31
} else {
32
// Repository doesn't exist, clone it
33
- commandLine 'git', 'clone', 'https://github.com/opensearch-project/sql-cli.git', repoDir.absolutePath
+ commandLine 'git', 'clone', '-b', '1.0-legacy', 'https://github.com/opensearch-project/sql-cli.git', repoDir.absolutePath
34
}
35
36
0 commit comments