From c9a042ddc5139a81a242760d2f43014ad683ee39 Mon Sep 17 00:00:00 2001 From: rchaudharyy <145757771+rchaudharyy@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:12:57 +0530 Subject: [PATCH] Fixing indentation in this file yaml --- samples/pipeline-clone.yaml | 56 ++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/samples/pipeline-clone.yaml b/samples/pipeline-clone.yaml index 6ecd443..6b25dfb 100644 --- a/samples/pipeline-clone.yaml +++ b/samples/pipeline-clone.yaml @@ -3,9 +3,9 @@ pipeline: clone: false stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -15,9 +15,9 @@ pipeline: clone: disabled: true stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -30,9 +30,9 @@ pipeline: connector: account.github name: harness/hello-world stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -46,9 +46,9 @@ pipeline: connector: account.github name: harness/hello-world stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -62,9 +62,9 @@ pipeline: connector: account.github name: harness/hello-world stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -80,9 +80,9 @@ pipeline: connector: account.github name: harness/hello-world stages: - - steps: - - run: - script: go build + - steps: + - run: + script: go build --- @@ -90,10 +90,10 @@ pipeline: pipeline: stages: - - clone: false - steps: - - run: - script: go build + - clone: false + steps: + - run: + script: go build --- @@ -101,9 +101,9 @@ pipeline: pipeline: stages: - - clone: - insecure: true - trace: true - steps: - - run: - script: go build + - clone: + insecure: true + trace: true + steps: + - run: + script: go build