File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515steps :
16- - id : check the private DNS zone and the private connection
17- name : gcr.io/cloud-builders/git
18- entrypoint : bash
19- args :
20- - ' -c'
21- - |
22- apt-get update
23- apt-get install dnsutils -y
24- echo "dig ${_DNS_NAME} ... (with +trace)"
25- dig +trace ${_DNS_NAME}
26- echo "dig ${_DNS_NAME} ... (without +trace)"
27- dig ${_DNS_NAME}
28- echo "cat /etc/resolv.conf"
29- cat /etc/resolv.conf
30-
3116 - id : run integration tests
3217 name : python:${_VERSION}
3318 entrypoint : bash
@@ -124,10 +109,9 @@ availableSecrets:
124109substitutions :
125110 _VERSION : ${_VERSION}
126111 _IP_TYPE : ${_IP_TYPE}
127- _DNS_NAME : ${_DNS_NAME}
128112
129113options :
130114 dynamicSubstitutions : true
131115 pool :
132116 name : ${_POOL_NAME}
133- logging : CLOUD_LOGGING_ONLY
117+ logging : CLOUD_LOGGING_ONLY
You can’t perform that action at this time.
0 commit comments