There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
In src/petstore/api/pet_api.cr:277:68
277 | local_var_path = "/pet/{petId}".sub("{" + "petId" + "}", URI.encode(pet_id.to_s).gsub("%2F", "/"))
^-----
Warning: Deprecated URI.encode. Use `.encode_path` instead.
Address the above warning
./mvnw clean package
./bin/generate-samples.sh
./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
.
For Windows users, please run the script in Git BASH.master
(5.3.0), 6.0.x
cc @cyangle
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.