Skip to content

Commit

Permalink
copy entire protos folder to /deps (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria authored Jul 26, 2024
1 parent 7b451ba commit 285ed4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions pack/scripts/mac_arm64_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ python -m invoke -c test_setup build-protos

cd ..
cp .artifactignore "$BUILD_SOURCESDIRECTORY/deps"
cp azure_functions_worker/protos/FunctionRpc_pb2_grpc.py "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker/protos"
cp azure_functions_worker/protos/FunctionRpc_pb2.py "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker/protos"
cp -r azure_functions_worker/protos "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker"
3 changes: 1 addition & 2 deletions pack/scripts/nix_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ python -m invoke -c test_setup build-protos

cd ..
cp .artifactignore "$BUILD_SOURCESDIRECTORY/deps"
cp azure_functions_worker/protos/FunctionRpc_pb2_grpc.py "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker/protos"
cp azure_functions_worker/protos/FunctionRpc_pb2.py "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker/protos"
cp -r azure_functions_worker/protos "$BUILD_SOURCESDIRECTORY/deps/azure_functions_worker"
3 changes: 1 addition & 2 deletions pack/scripts/win_deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ python -m invoke -c test_setup build-protos

cd ..
Copy-Item -Path ".artifactignore" -Destination $depsPath.ToString()
Copy-Item -Path "azure_functions_worker/protos/FunctionRpc_pb2_grpc.py" -Destination $protosPath.ToString()
Copy-Item -Path "azure_functions_worker/protos/FunctionRpc_pb2.py" -Destination $protosPath.ToString()
Copy-Item -Path "azure_functions_worker/protos/*" -Destination $protosPath.ToString() -Recurse -Force

0 comments on commit 285ed4d

Please sign in to comment.