Skip to content

Commit

Permalink
remove new library scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Oct 11, 2023
1 parent 0c67ea2 commit b3169c3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 248 deletions.
2 changes: 0 additions & 2 deletions library_generation/generate_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,3 @@ mkdir -p "${workspace}"
run_owlbot_postprocessor "${workspace}" "${owlbot_sha}" "${repo_metadata_json_path}" "${include_samples}" \
"${script_dir}" "${output_folder}/${destination_path}" "${api_version}" "${transport}" "${repository_path}" "${more_versions_coming}"

new_library_scripts "${script_dir}" "${workspace}" "${repo_metadata_json_path}" "${output_folder}" "${repository_path}" "${is_new_library}"
set +x
135 changes: 0 additions & 135 deletions library_generation/post-processing/consolidate_config.sh

This file was deleted.

19 changes: 0 additions & 19 deletions library_generation/post-processing/delete_non_generated_samples.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function run_owlbot_postprocessor {
fi


# run the postprocessor once all api versions have been pre-processed
if [[ "${more_versions_coming}" == "false" ]]; then
docker run --rm -v "${workspace}:/workspace" --user $(id -u):$(id -g) "${owlbot_image}"
fi
Expand Down Expand Up @@ -130,9 +131,6 @@ function new_library_scripts {
fi

# postprocessor cleanup
bash "${scripts_root}/post-processing/update_owlbot_postprocessor_config.sh" "${workspace}"
bash "${scripts_root}/post-processing/delete_non_generated_samples.sh" "${workspace}"
bash "${scripts_root}/post-processing/consolidate_config.sh" "${workspace}"

pushd "${output_folder}"
if [ -d google-cloud-java ]; then
Expand Down
34 changes: 0 additions & 34 deletions library_generation/post-processing/readme_update.sh

This file was deleted.

25 changes: 0 additions & 25 deletions library_generation/post-processing/set_parent_pom.sh

This file was deleted.

This file was deleted.

0 comments on commit b3169c3

Please sign in to comment.