From e6234519e1f06d12aa5f8b064fa7f1b4958d2e34 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Mon, 13 Jan 2020 11:38:19 -0800 Subject: [PATCH] set test image cloudbuild directory --- test/images/cloudbuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index fe7c3bb970a..e0237a47ff4 100644 --- a/test/images/cloudbuild.yaml +++ b/test/images/cloudbuild.yaml @@ -10,6 +10,7 @@ options: steps: - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4' entrypoint: make + dir: ./test/images/ env: - DOCKER_CLI_EXPERIMENTAL=enabled - TAG=$_GIT_TAG