improve copy dir
This commit is contained in:
parent
d47dc3a2a3
commit
1953662c4b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class DevopsTerraformBuild(DevopsBuild):
|
||||||
def terraform_build_commons_path(self):
|
def terraform_build_commons_path(self):
|
||||||
mylist = [self.build_commons_path,
|
mylist = [self.build_commons_path,
|
||||||
self.terraform_build_commons_dir_name]
|
self.terraform_build_commons_dir_name]
|
||||||
return '/'.join(filter_none(mylist))
|
return '/'.join(filter_none(mylist)) + '/'
|
||||||
|
|
||||||
def project_vars(self):
|
def project_vars(self):
|
||||||
ret = {'stage': self.stage}
|
ret = {'stage': self.stage}
|
||||||
|
|
Loading…
Reference in a new issue