diff --git a/.harness/pipecond2.yaml b/.harness/pipecond2.yaml new file mode 100644 index 000000000..1a04ee5d3 --- /dev/null +++ b/.harness/pipecond2.yaml @@ -0,0 +1,33 @@ +pipeline: + name: pipecond2 + identifier: pipecond2 + tags: {} + projectIdentifier: Unified + orgIdentifier: default + stages: + - stage: + name: CI + identifier: CI + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: ShobhitK8 + namespace: harness-delegate-ng + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: Run_1 + identifier: Run_1 + spec: + connectorRef: ShobhitDockerConnector + image: alpine + shell: Sh + command: echo "hello" diff --git a/.harness/readme.md b/.harness/readme.md new file mode 100644 index 000000000..09cf1d1a3 --- /dev/null +++ b/.harness/readme.md @@ -0,0 +1 @@ +Hello how are you diff --git a/README.md b/README.md index 9c56ec853..4920462a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge.svg) -# Google APIs Client Library for PHP # +# Google APIs Client Library for PHP # **NOTE**: please check to see if the package you'd like to install is available in our list of [Google cloud packages](https://cloud.google.com/php/docs/reference) first, as diff --git a/src/Client.php b/src/Client.php index 31b3f1d5f..747e4cb8c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -12,7 +12,7 @@ * 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. + * limitations under the License. */ namespace Google;