Skip to content

Commit

Permalink
Made curl command in push script non-verbose:
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 16, 2024
1 parent 19ec927 commit 4bfcf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/push-to-wmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
mockApiId=$1

mvn generate-sources
curl -v "https://api.wiremock.cloud/v1/mock-apis/$mockApiId/__admin/ext/grpc/descriptor" \
curl "https://api.wiremock.cloud/v1/mock-apis/$mockApiId/__admin/ext/grpc/descriptor" \
-X PUT \
--data-binary @target/generated-resources/protobuf/descriptor-sets/services.dsc \
-H 'content-type:application/octet-stream' \
Expand Down

0 comments on commit 4bfcf65

Please sign in to comment.