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