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 cf2f1c3 commit dbdc4c1Copy full SHA for dbdc4c1
Jenkinsfile.generate
@@ -48,7 +48,7 @@ pipeline {
48
sh "rm -rf justice-codegen-sdk-spec"
49
sshagent(credentials: [bitbucketCredentialsSsh]) {
50
sh "git clone --depth 1 [email protected]:accelbyte/justice-codegen-sdk.git ${sdkCodegenPath}"
51
- sh "git clone --depth 10 [email protected]:accelbyte/justice-codegen-sdk-spec.git ${sdkSpecPath}"
+ sh "git clone --depth 50 [email protected]:accelbyte/justice-codegen-sdk-spec.git ${sdkSpecPath}"
52
}
53
54
dir(sdkSpecPath) {
0 commit comments