File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,13 @@ docker_test_lint:
76
76
/usr/local/bin/test_lint.sh
77
77
78
78
# Generate documentation
79
- # Removed `display` for https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/3140
80
79
.PHONY : docker_generate_docs
81
80
docker_generate_docs :
82
81
$(DOCKER_BIN ) run --rm -it \
83
82
-e ENABLE_BPMETADATA=1 \
84
83
-v " $( CURDIR) " :/workspace \
85
84
$(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'
85
+ /bin/bash -c ' source /usr/local/bin/task_helper_functions.sh && generate_docs -d - -per-module-requirements'
87
86
88
87
# Generate files from autogen
89
88
.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