File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ update-vendor:
151151
152152.PHONY : update-generated
153153update-generated :
154- @rm -f $(ORGDIR )
154+ @rm -fr $(ORGDIR )
155155 @mkdir -p $(ORGDIR )
156- @ln -s -f $(SCRIPTDIR ) $(ORGDIR )
156+ @ln -s -f $(SCRIPTDIR ) $(ORGDIR ) /kube-arangodb
157157 $(VENDORDIR ) /k8s.io/code-generator/generate-groups.sh \
158158 " all" \
159159 " github.com/arangodb/kube-arangodb/pkg/generated" \
@@ -400,4 +400,4 @@ ifdef PUSHIMAGES
400400 docker push $(ARANGOSYNCTESTIMAGE)
401401 docker push $(ARANGOSYNCIMAGE)
402402endif
403- $(ROOTDIR)/scripts/kube_run_sync_tests.sh $(DEPLOYMENTNAMESPACE) '$(ARANGODIMAGE)' '$(ARANGOSYNCIMAGE)' '$(ARANGOSYNCTESTIMAGE)' '$(ARANGOSYNCTESTCTRLIMAGE)' '$(TESTOPTIONS)'
403+ $(ROOTDIR)/scripts/kube_run_sync_tests.sh $(DEPLOYMENTNAMESPACE) '$(ARANGODIMAGE)' '$(ARANGOSYNCIMAGE)' '$(ARANGOSYNCTESTIMAGE)' '$(ARANGOSYNCTESTCTRLIMAGE)' '$(TESTOPTIONS)'
You can’t perform that action at this time.
0 commit comments