This commit is contained in:
ahmadbilalkhalid 2019-08-28 20:45:26 +05:00
parent 80eb04b198
commit 8b21ec6876
1 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@ def setup(path, auth_name, auth_seed, auth_realm,
url="https://code.ungleich.ch/ahmedbilal/etcd3_wrapper"
)
op.add(shutil.copytree, src=os.path.join(repo_name, "etcd3_wrapper"),
dst=os.path.join(repo_name, "ucloud_common"))
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"))
op.add(PipenvOperation.install, path="ucloud-api")