File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ if [ "${replace}" == "true" ]; then
24
24
# replace contents of gapic library
25
25
gapic_component_dir=" ${showcase_folder} /gapic-showcase/src/main"
26
26
rm -rdf " ${gapic_component_dir} /*"
27
- cp -r " ${SCRIPT_DIR} /showcase-output/gapic-showcase-output/src/main" /* " ${gapic_component_dir} /"
27
+ cp -r " ${SCRIPT_DIR} /output/ showcase-output/gapic-showcase-output/src/main" /* " ${gapic_component_dir} /"
28
28
29
29
# replace contents of proto library
30
30
proto_component_dir=" ${showcase_folder} /proto-gapic-showcase-v1beta1/src/main"
31
31
rm -rdf " ${proto_component_dir} /*"
32
- cp -r " ${SCRIPT_DIR} /showcase-output/proto-showcase-output/src/main" /* " ${proto_component_dir} /"
32
+ cp -r " ${SCRIPT_DIR} /output/ showcase-output/proto-showcase-output/src/main" /* " ${proto_component_dir} /"
33
33
34
34
# replace contents of grpc library
35
35
grpc_component_dir=" ${showcase_folder} /grpc-gapic-showcase-v1beta1/src/main"
36
36
rm -rdf " ${grpc_component_dir} /*"
37
- cp -r " ${SCRIPT_DIR} /showcase-output/grpc-showcase-output/src/main" /* " ${grpc_component_dir} /"
37
+ cp -r " ${SCRIPT_DIR} /output/ showcase-output/grpc-showcase-output/src/main" /* " ${grpc_component_dir} /"
38
38
fi
39
39
40
40
if [ " ${perform_cleanup} " == ' true' ]; then
You can’t perform that action at this time.
0 commit comments