Skip to content

Commit b07b83c

Browse files
Remove ../calico
1 parent 719c57a commit b07b83c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

node/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ test_image: .calico_test.created
341341
$(DOCKER_BUILD) --build-arg ETCD_VERSION=$(ETCD_VERSION) -f calico_test/Dockerfile -t $(TEST_CONTAINER_NAME) calico_test
342342
touch $@
343343

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:
346346
make -C ../ bin/tigera-operator-$(GIT_VERSION).tgz
347347

348348
calico-node.tar: $(NODE_CONTAINER_CREATED)
@@ -408,7 +408,7 @@ k8s-test:
408408
$(MAKE) kind-k8st-cleanup
409409

410410
.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
412412
KUBECONFIG=$(KIND_KUBECONFIG) ARCH=$(ARCH) GIT_VERSION=$(GIT_VERSION) ./tests/k8st/deploy_resources_on_kind_cluster.sh
413413

414414
.PHONY: kind-k8st-run-test

node/tests/k8st/infra/build-operator.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
set -e
88
REPO=${REPO:-tigera/operator}
99
BRANCH=${BRANCH:-master}
10+
11+
rm -rf operator/
1012
echo "Cloning https://github.com/${REPO} @ ${BRANCH}"
1113
git clone --depth=1 https://github.com/${REPO} -b ${BRANCH} operator
1214

0 commit comments

Comments
 (0)