We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b516f54 commit 6f517b2Copy full SHA for 6f517b2
cloudbuild/run-presubmit-on-k8s.sh
@@ -15,7 +15,7 @@ LOGS_SINCE_TIME=$(date --iso-8601=seconds)
15
# This kubectl sometimes fails because services have not caught up. Thread.yield()
16
sleep 10s
17
18
-readonly POD_CONFIG="pod.yaml"
+readonly POD_CONFIG="${POD_NAME}-config.yaml"
19
cat >$POD_CONFIG <<EOF
20
apiVersion: v1
21
kind: Pod
0 commit comments