build(Makefile): fix path of containerfile
This commit is contained in:
parent
0437537824
commit
ba6a502591
2
Makefile
2
Makefile
@ -164,7 +164,7 @@ lint-%: --act ;
|
||||
exit 1 ; \
|
||||
fi ; \
|
||||
else \
|
||||
DEVDIR=$${DEVELOP}/$(SERVICE_VARIANT) ; \
|
||||
DEVDIR=$${DEVELOP}/$(CF_PREFIX)$(SERVICE_VARIANT) ; \
|
||||
I=`ls $${DEVELOP} | grep '$(SERVICE_VARIANT)' | sed 's/$(SERVICE_VARIANT)-//' | sort -n | tail -n1` ; \
|
||||
echo "$${I}" ; \
|
||||
J=$$(($${I}+1)) ; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user