a
This commit is contained in:
parent
8b21ec6876
commit
8d79194b29
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ def setup(path, auth_name, auth_seed, auth_realm,
|
||||||
path=repo_name,
|
path=repo_name,
|
||||||
url="https://code.ungleich.ch/ahmedbilal/etcd3_wrapper"
|
url="https://code.ungleich.ch/ahmedbilal/etcd3_wrapper"
|
||||||
)
|
)
|
||||||
op.add(shutil.copytree, src=os.path.join(repo_name, "etcd3_wrapper"),
|
shutil.copytree(src=os.path.join(repo_name, "etcd3_wrapper"),
|
||||||
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"))
|
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"))
|
||||||
op.add(PipenvOperation.install, path="ucloud-api")
|
op.add(PipenvOperation.install, path="ucloud-api")
|
||||||
|
|
Loading…
Reference in a new issue