Skip to content

Commit a1d5e4d

Browse files
committed
change place for docker experimental env
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 96e724f commit a1d5e4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ AGENT_FULL_IMAGE ?= $(REGISTRY)/$(AGENT_IMAGE_NAME)
2626

2727
TAG ?= $(shell git rev-parse HEAD)
2828

29+
DOCKER_CLI_EXPERIMENTAL ?= enabled
30+
2931
## --------------------------------------
3032
## Testing
3133
## --------------------------------------

cloudbuild.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ steps:
55
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
66
entrypoint: make
77
env:
8-
- DOCKER_CLI_EXPERIMENTAL=enabled
98
- TAG=$_GIT_TAG
109
- BASE_REF=$_PULL_BASE_REF
1110
args:

0 commit comments

Comments
 (0)