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:
parent
7b4fbe601f
commit
72f33abd6d
4
Makefile
4
Makefile
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user