Skip to content

Commit fe116d6

Browse files
fix: change cloudbuild configuration (#8869)
Signed-off-by: Jintao Zhang <[email protected]>
1 parent 000d1b2 commit fe116d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/test-runner/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- -c
1717
- |
1818
gcloud auth configure-docker \
19-
&& make push
19+
&& cd images/test-runner && make push
2020
substitutions:
2121
_GIT_TAG: "12345"
2222
_PULL_BASE_REF: "master"

0 commit comments

Comments
 (0)