We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9c6be commit a2f3455Copy full SHA for a2f3455
1 file changed
scripts/download-oas.sh
@@ -61,6 +61,8 @@ EOF
61
fi
62
cd ${work_dir}/${OAS_REPO_NAME} >/dev/null
63
git checkout -q $apiVersion || (echo "version ${apiVersion} does not exist, using main instead" && git checkout -q main)
64
+ # overwrite main checkout with version locked checkout
65
+ cp -r ${service_dir} ${ROOT_DIR}/oas/services/
66
67
# write commit hash to oas_commits file, normalize name first to match service name in sdk-create-pr.sh, normalization
68
# occurs in go/java/python.sh when creating the SDK modules
0 commit comments