File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ e2e-bootstrap: install-helm
66
66
helm install blob-csi-driver ./charts/latest/blob-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
67
67
--set controller.runOnMaster=true \
68
68
--set controller.replicas=1 \
69
- --set cloud=CLOUD \
69
+ --set cloud=$( CLOUD ) \
70
70
$(E2E_HELM_OPTIONS )
71
71
72
72
.PHONY : install-helm
@@ -98,7 +98,7 @@ blob-container:
98
98
docker buildx rm container-builder || true
99
99
docker buildx create --use --name=container-builder
100
100
ifdef CI
101
- ifeq ($(CLOUD ) , " AzureStackCloud" )
101
+ ifeq ($(CLOUD ) , AzureStackCloud)
102
102
docker run --privileged --name buildx_buildkit_container-builder0 -d --mount type=bind,src=/etc/ssl/certs,dst=/etc/ssl/certs moby/buildkit:latest || true
103
103
endif
104
104
docker buildx build --no-cache --build-arg LDFLAGS=${LDFLAGS} -t $(IMAGE_TAG) -f ./pkg/blobplugin/Dockerfile --platform="linux/amd64" --push .
You can’t perform that action at this time.
0 commit comments