浏览代码

go back to root before generating patch file

/MLA-1734-demo-provider
Chris Elion 4 年前
当前提交
a65e43a6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      .yamato/protobuf-generation-test.yml

3
.yamato/protobuf-generation-test.yml


. venv/bin/activate
python3 -m pip install --upgrade pip --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
python3 -m pip install grpcio==1.28.1 grpcio-tools==1.13.0 protobuf==3.11.3 six==1.14.0 mypy-protobuf==1.16.0 --progress-bar=off --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
cd protobuf-definitions
pushd protobuf-definitions
popd
mkdir -p artifacts
touch artifacts/proto.patch
git diff --exit-code -- :/ ":(exclude,top)$CS_PROTO_PATH/*.meta" \

正在加载...
取消
保存