Skip to content

Commit dbdc4c1

Browse files
committed
ci(generate): increase spec clone depth to 50
wrong spec commit hash if no recent changes enough in stage_extend-sdk
1 parent cf2f1c3 commit dbdc4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline {
4848
sh "rm -rf justice-codegen-sdk-spec"
4949
sshagent(credentials: [bitbucketCredentialsSsh]) {
5050
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}"
51+
sh "git clone --depth 50 [email protected]:accelbyte/justice-codegen-sdk-spec.git ${sdkSpecPath}"
5252
}
5353

5454
dir(sdkSpecPath) {

0 commit comments

Comments
 (0)