Hey. I created a template and added it by:
drone template add --namespace repositoryName --name validate-plan.yaml --data @validate-plan.yaml
then when I run
drone template ls
it returns:
validate-plan.yaml 33m%
^ what’s 33m%
?
and then when I run:
drone template info --namespace repositoryName --name validate-plan.yaml
it returns:
validate-plan.yaml 33mtemplate: _:1:30: executing "_" at <.Namespace>: can't evaluate field Namespace in type *drone.Template
What’s wrong?