release
This commit is contained in:
parent
05671623a0
commit
ba3109ad7e
2 changed files with 2 additions and 1 deletions
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
||||||
default_task = "publish"
|
default_task = "publish"
|
||||||
|
|
||||||
name = "ddadevops"
|
name = "ddadevops"
|
||||||
version = "0.8.2.dev"
|
version = "0.8.2"
|
||||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||||
description = __doc__
|
description = __doc__
|
||||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||||
|
|
|
@ -110,6 +110,7 @@ class DevopsTerraformBuild(DevopsBuild):
|
||||||
run('cp *.tf ' + self.build_path(), shell=True)
|
run('cp *.tf ' + self.build_path(), shell=True)
|
||||||
run('cp *.properties ' + self.build_path(), shell=True)
|
run('cp *.properties ' + self.build_path(), shell=True)
|
||||||
run('cp *.tfvars ' + self.build_path(), shell=True)
|
run('cp *.tfvars ' + self.build_path(), shell=True)
|
||||||
|
run('cp -r scripts ' + self.build_path(), shell=True)
|
||||||
|
|
||||||
def post_build(self):
|
def post_build(self):
|
||||||
self.rescue_local_state()
|
self.rescue_local_state()
|
||||||
|
|
Loading…
Reference in a new issue