We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5558078 commit 864c7e3Copy full SHA for 864c7e3
tools/apigee-sackmesser/cmd/deploy/deploy.sh
@@ -194,7 +194,7 @@ if [ "$apiversion" = "google" ]; then
194
-Dapitype="${api_type:-apiproxy}" \
195
-Dorg="$organization" \
196
-Denv="$environment" \
197
- -Dhosturi="$baseuri" \
+ -Dbaseuri="$baseuri" \
198
-Dproxy.name="$bundle_name" \
199
-Dtoken="$token" \
200
-Dapigee.deploy.skip="$skip_deployment" \
@@ -213,7 +213,7 @@ elif [ "$apiversion" = "apigee" ]; then
213
214
215
216
217
218
219
-Dmfa="$mfa" \
0 commit comments