From d6ed6facc57b40df2733e3709a1a21e113ca69b6 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 5 Feb 2020 09:04:35 -0800 Subject: [PATCH] Create workflow.sh --- .../tools/run_tests/artifacts/workflow.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/grpc-native-core/tools/run_tests/artifacts/workflow.sh diff --git a/packages/grpc-native-core/tools/run_tests/artifacts/workflow.sh b/packages/grpc-native-core/tools/run_tests/artifacts/workflow.sh new file mode 100644 index 00000000..20c5ec54 --- /dev/null +++ b/packages/grpc-native-core/tools/run_tests/artifacts/workflow.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# Copyright 2020 gRPC authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License.