This commit is contained in:
ahmadbilalkhalid 2019-08-28 22:28:56 +05:00
commit f4efad8ae2
2 changed files with 11 additions and 6 deletions

View file

@ -70,4 +70,5 @@ def setup(path, auth_name, auth_seed, auth_realm,
)
shutil.copytree(src=os.path.join(repo_name, "etcd3_wrapper"),
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"))
op.add(PipenvOperation.install, path="ucloud-api")
op.add(PipenvOperation.install, path=repo_name)