File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ endif
494494
495495.PHONY : docker-sync
496496docker-sync : check-sync-vars
497- SYNCIMAGE=$(ARANGOSYNCIMAGE ) $(MAKE ) -C $(ARANGOSYNCSRCDIR ) docker docker-test
497+ SYNCIMAGE=$(ARANGOSYNCIMAGE ) TESTIMAGE= $( ARANGOSYNCTESTIMAGE ) $(MAKE ) -C $(ARANGOSYNCSRCDIR ) docker docker-test
498498
499499.PHONY :
500500docker-sync-test-ctrl : $(ARANGOSYNCTESTCTRLBIN )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARANOSYNCTESTIMAGEID=$(docker inspect ${ARANOSYNCTESTIMAGE} '--format={{index .R
1414ARANOSYNCTESTCTRLIMAGEID=$( docker inspect ${ARANOSYNCTESTCTRLIMAGE} ' --format={{index .RepoDigests 0}}' )
1515
1616kubectl --namespace ${DEPLOYMENTNAMESPACE} \
17- run arangodb-sync -test-controller -i --rm --quiet --restart=Never \
17+ run kube-arangosync -test-controller -i --rm --quiet --restart=Never \
1818 --image=${ARANOSYNCTESTCTRLIMAGEID} \
1919 -- \
2020 --arango-image=${ARANGODIMAGE} \
You can’t perform that action at this time.
0 commit comments