File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
references/cloud-logging-shared-flow
tools/apigee-sackmesser/cmd/deploy Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ if [ "$EXISTING_EMAIL" != "$SA_EMAIL" ]; then
3131 --role=" roles/logging.logWriter"
3232fi
3333
34-
35-
3634sackmesser deploy --googleapi -d " $SCRIPTPATH " -t " $APIGEE_TOKEN " --deployment-sa " $SA_EMAIL "
3735sackmesser deploy --googleapi -d " $SCRIPTPATH /test/logging-example" -t " $APIGEE_TOKEN "
3836
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ skip_deployment=true #skip maven deploy unless bundle contains proxy or shared f
122122if [ -d " $temp_folder /apiproxy" ]; then
123123 loginfo " Configuring API Proxy"
124124
125- if [ -z " $( find $temp_folder /apiproxy -type f -name " *.xml" -d 1) " ]; then
125+ if [ -z " $( find " $temp_folder /apiproxy" -type f -name " *.xml" -d 1) " ]; then
126126 if [ -z " $bundle_name " ]; then
127127 bundle_name=$( basename " $source_dir " )
128128 fi
@@ -155,7 +155,7 @@ elif [ -d "$temp_folder/sharedflowbundle" ]; then
155155
156156 skip_deployment=false
157157
158- if [ -z " $( find $temp_folder /sharedflowbundle -type f -name " *.xml" -d 1) " ]; then
158+ if [ -z " $( find " $temp_folder /sharedflowbundle" -type f -name " *.xml" -d 1) " ]; then
159159 if [ -z " $bundle_name " ]; then
160160 bundle_name=$( basename " $source_dir " )
161161 fi
You can’t perform that action at this time.
0 commit comments