Skip to content

Commit

Permalink
use build-osc-sdk.sh for js and go
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Jan 17, 2023
1 parent 1d77b8c commit 91c06bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
23 changes: 0 additions & 23 deletions .github/scripts/build-osc-sdk-go.sh

This file was deleted.

23 changes: 0 additions & 23 deletions .github/scripts/build-osc-sdk-js.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-osc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_OSC_SDK_GO }}
API_VERSION: ${{ steps.release.outputs.TAG }}
run: .github/scripts/build-osc-sdk-go.sh
run: .github/scripts/build-osc-sdk.sh osc-sdk-go v2
osc-sdk-python:
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_OSC_SDK_JS }}
API_VERSION: ${{ steps.release.outputs.TAG }}
run: .github/scripts/build-osc-sdk-js.sh
run: .github/scripts/build-osc-sdk.sh osc-sdk-js main

0 comments on commit 91c06bc

Please sign in to comment.