File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ docker_generate_docs:
83
83
-e ENABLE_BPMETADATA=1 \
84
84
-v " $( CURDIR) " :/workspace \
85
85
$(REGISTRY_URL ) /${DOCKER_IMAGE_DEVELOPER_TOOLS} :${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
86
- /bin/bash -c ' source /usr/local/bin/task_helper_functions.sh && generate_docs --per-module-requirements'
86
+ /bin/bash -c ' source /usr/local/bin/task_helper_functions.sh && generate_docs -d - -per-module-requirements'
87
87
88
88
# Generate files from autogen
89
89
.PHONY : docker_generate_modules
Original file line number Diff line number Diff line change @@ -403,9 +403,9 @@ spec:
403
403
roles :
404
404
- level : Project
405
405
roles :
406
+ - roles/compute.admin
406
407
- roles/container.admin
407
408
- roles/iam.serviceAccountUser
408
- - roles/compute.admin
409
409
services :
410
410
- compute.googleapis.com
411
411
- container.googleapis.com
Original file line number Diff line number Diff line change @@ -1008,9 +1008,9 @@ spec:
1008
1008
roles :
1009
1009
- level : Project
1010
1010
roles :
1011
+ - roles/iam.serviceAccountUser
1011
1012
- roles/compute.admin
1012
1013
- roles/container.admin
1013
- - roles/iam.serviceAccountUser
1014
1014
services :
1015
1015
- compute.googleapis.com
1016
1016
- container.googleapis.com
You can’t perform that action at this time.
0 commit comments