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 96e724f commit a1d5e4dCopy full SHA for a1d5e4d
Makefile
@@ -26,6 +26,8 @@ AGENT_FULL_IMAGE ?= $(REGISTRY)/$(AGENT_IMAGE_NAME)
26
27
TAG ?= $(shell git rev-parse HEAD)
28
29
+DOCKER_CLI_EXPERIMENTAL ?= enabled
30
+
31
## --------------------------------------
32
## Testing
33
cloudbuild.yaml
@@ -5,7 +5,6 @@ steps:
5
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
6
entrypoint: make
7
env:
8
- - DOCKER_CLI_EXPERIMENTAL=enabled
9
- TAG=$_GIT_TAG
10
- BASE_REF=$_PULL_BASE_REF
11
args:
0 commit comments