Skip to content

Commit

Permalink
Update sync2sdk.yml
Browse files Browse the repository at this point in the history
review
  • Loading branch information
qingcloud-cps-robot authored Feb 17, 2022
1 parent 6b5285e commit c55e141
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync2sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ jobs:
- name: snips java sdk api specs
run: snips -f /home/runner/work/qingcloud-api-specs/qingcloud-api-specs/2013-08-30/swagger/api_v2.0.json -t ./qingcloud-sdk-java/tmpl -o ./qingcloud-sdk-java/src/main/java/com/qingcloud/sdk/service/
- name: push java sdk api specs
#run: cd ./qingcloud-sdk-java && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
run: echo push java sdk api specs
run: cd ./qingcloud-sdk-java && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
#run: echo push java sdk api specs

- name: clone go sdk
run: git clone https://github.com/yunify/qingcloud-sdk-go.git
- name: snips go sdk api specs
run: snips -f /home/runner/work/qingcloud-api-specs/qingcloud-api-specs/2013-08-30/swagger/api_v2.0.json -t ./qingcloud-sdk-go/template -o ./qingcloud-sdk-go/service/
- name: push go sdk api specs
#run: cd ./qingcloud-sdk-java && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
run: echo push go sdk api specs
run: cd ./qingcloud-sdk-go && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
#run: echo push go sdk api specs


- name: clone ruby sdk
run: git clone https://github.com/yunify/qingcloud-sdk-ruby.git
- name: snips ruby sdk api specs
run: snips -f /home/runner/work/qingcloud-api-specs/qingcloud-api-specs/2013-08-30/swagger/api_v2.0.json -t ./qingcloud-sdk-ruby/template -o ./qingcloud-sdk-ruby/lib/qingcloud/sdk/service/
- name: push ruby sdk api specs
#run: cd ./qingcloud-sdk-java && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
run: echo push ruby sdk api specs
run: cd ./qingcloud-sdk-ruby && git branch api-specs-sync && git commit -m "from project qingcloud-api-specs ci" && git push --set-upstream origin api-specs-sync
#run: echo push ruby sdk api specs

0 comments on commit c55e141

Please sign in to comment.