-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build data api v2 in the github action and switch flag to use data ap…
…i v2 in the generation of the go sdk (#3446)
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,8 @@ jobs: | |
run: | | ||
cd ./data | ||
make build | ||
cd ../tools/data-api | ||
make build | ||
- name: "Launch SSH Agent" | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ function main { | |
local outputDirectory="tmp/go-azure-sdk" | ||
local sdkRepo="[email protected]:hashicorp/go-azure-sdk.git" | ||
local sha | ||
local useV2Generator=false | ||
local useV2Generator=true | ||
|
||
buildAndInstallDependencies | ||
sha=$(getSwaggerSubmoduleSha "$swaggerSubmodule") | ||
|