This commit is contained in:
ahmadbilalkhalid 2019-08-28 20:44:47 +05:00
parent e38db520a7
commit 80eb04b198

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"),
dest=os.path.join(repo_name, "ucloud_common"))
dst=os.path.join(repo_name, "ucloud_common"))
op.add(PipenvOperation.install, path="ucloud-api")