diff --git a/.harness/pipeline20.yaml b/.harness/pipeline20.yaml new file mode 100644 index 0000000..7a32cc7 --- /dev/null +++ b/.harness/pipeline20.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - push + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-20.Sync" diff --git a/.harness/pipeline201.yaml b/.harness/pipeline201.yaml new file mode 100644 index 0000000..9190728 --- /dev/null +++ b/.harness/pipeline201.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - pull_request + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-20-1.Sync"