Fix path to pull-images.sh

This PS fixes path to pull-images.sh script previosly referenced by a symlink that was removed.

Change-Id: I8b9d52a28558137892f9e702be91c07581acf873
This commit is contained in:
Sergiy Markin 2024-01-24 20:00:53 +00:00
parent 7b4fbe601f
commit 72f33abd6d
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ clean:
rm -rf */charts */tmpcharts
pull-all-images:
@./tools/pull-images.sh
@./tools/deployment/common/pull-images.sh
pull-images:
@./tools/pull-images.sh $(filter-out $@,$(MAKECMDGOALS))
@./tools/deployment/common/pull-images.sh $(filter-out $@,$(MAKECMDGOALS))
dev-deploy:
@./tools/gate/devel/start.sh $(filter-out $@,$(MAKECMDGOALS))