File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ test_image: .calico_test.created
341
341
$(DOCKER_BUILD ) --build-arg ETCD_VERSION=$(ETCD_VERSION ) -f calico_test/Dockerfile -t $(TEST_CONTAINER_NAME ) calico_test
342
342
touch $@
343
343
344
- chart : ../calico/ bin/tigera-operator-$(GIT_VERSION ) .tgz
345
- ../calico/ bin/tigera-operator-$(GIT_VERSION ) .tgz :
344
+ chart : ../bin/tigera-operator-$(GIT_VERSION ) .tgz
345
+ ../bin/tigera-operator-$(GIT_VERSION ) .tgz :
346
346
make -C ../ bin/tigera-operator-$(GIT_VERSION ) .tgz
347
347
348
348
calico-node.tar : $(NODE_CONTAINER_CREATED )
@@ -408,7 +408,7 @@ k8s-test:
408
408
$(MAKE ) kind-k8st-cleanup
409
409
410
410
.PHONY : kind-k8st-setup
411
- kind-k8st-setup : $(K8ST_IMAGE_TARS ) ../calico/ bin/tigera-operator-$(GIT_VERSION ) .tgz kind-cluster-create
411
+ kind-k8st-setup : $(K8ST_IMAGE_TARS ) ../bin/tigera-operator-$(GIT_VERSION ) .tgz kind-cluster-create
412
412
KUBECONFIG=$(KIND_KUBECONFIG ) ARCH=$(ARCH ) GIT_VERSION=$(GIT_VERSION ) ./tests/k8st/deploy_resources_on_kind_cluster.sh
413
413
414
414
.PHONY : kind-k8st-run-test
Original file line number Diff line number Diff line change 7
7
set -e
8
8
REPO=${REPO:- tigera/ operator}
9
9
BRANCH=${BRANCH:- master}
10
+
11
+ rm -rf operator/
10
12
echo " Cloning https://github.com/${REPO} @ ${BRANCH} "
11
13
git clone --depth=1 https://github.com/${REPO} -b ${BRANCH} operator
12
14
You can’t perform that action at this time.
0 commit comments