Skip to content

Commit

Permalink
chore(sdk): generate python extend sdk (2024-02-12T23:29:00+00:00)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Nocon committed Feb 13, 2024
1 parent 14ebe39 commit 3b5fd23
Show file tree
Hide file tree
Showing 667 changed files with 19,933 additions and 8,479 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.generate
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pipeline {
// Bump SDK version and Commit the generated code to branch, overwrite existing
dir(sdkPath) {
sh "sudo apt install -y jq"
sh "make bumpif_all tag_all"
sh "make bumpif_all"
sh "git add --all"
sh "git commit -m 'chore(sdk): generate python extend sdk (${getTimestampUtc()})' -m 'generated from openapi spec commit: ${sdkSpecCommitHash}'"

Expand Down
Loading

0 comments on commit 3b5fd23

Please sign in to comment.