From 36c4e9ff48f722fce8540a48b7a89da80988023c Mon Sep 17 00:00:00 2001 From: TejaPoka Date: Fri, 22 Aug 2025 11:47:18 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b9fb8..c40e4f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Introduction ======================== -This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community. +This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community.... ## Getting Started From 122aede183a24876c3ef2599a806612d606bc46e Mon Sep 17 00:00:00 2001 From: TejaPoka Date: Fri, 22 Aug 2025 11:52:13 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40e4f3..c9b9fb8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Introduction ======================== -This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community.... +This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community. ## Getting Started From d3a63bee2249db472749bdcc798e07a1565cf068 Mon Sep 17 00:00:00 2001 From: TejaPoka Date: Fri, 22 Aug 2025 12:19:50 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b9fb8..e1c6a67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is a home for snippets of YAML code and a sample hello world ser ## Getting Started -Use this README to get started with our sample pipeline repository for Go. This guide outlines the basics of getting started with the Harness CI and provides a full code sample for you to try out. This sample doesn’t include configuration options, for in-depth steps and configuring the pipeline for example using triggers or using our templates see the Pipeline Configuration Docs. +Use this README to get started with our sample pipeline repository for Go. This guide outlines the basics of getting started with the Harness CI and provides a full code sample for you to try out. This sample doesn’t include configuration options, for in-depth steps and configuring the pipeline for example using triggers or using our templates see the Pipeline Configuration Docs... The Pipeline will build and run a unit test on a sample go repository, and upload the artifact to Docker Hub. You can use publicly-available code, images, and your GitHub and Docker Hub accounts. From 203d573c02132300a11de169c0ff0aed730bbd9c Mon Sep 17 00:00:00 2001 From: TejaPoka Date: Fri, 22 Aug 2025 12:22:27 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c6a67..75e71f1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Introduction ======================== -This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community. +This repository is a home for snippets of YAML code and a sample hello world server for the Harness CI Community.. ## Getting Started From 713f5d786a0aaf93f77f42bb2c570403d636c12e Mon Sep 17 00:00:00 2001 From: TejaPoka Date: Fri, 22 Aug 2025 12:31:20 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e71f1..022f100 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository is a home for snippets of YAML code and a sample hello world ser Use this README to get started with our sample pipeline repository for Go. This guide outlines the basics of getting started with the Harness CI and provides a full code sample for you to try out. This sample doesn’t include configuration options, for in-depth steps and configuring the pipeline for example using triggers or using our templates see the Pipeline Configuration Docs... -The Pipeline will build and run a unit test on a sample go repository, and upload the artifact to Docker Hub. You can use publicly-available code, images, and your GitHub and Docker Hub accounts. +The Pipeline will build and run a unit test on a sample go repository, and upload the artifact to Docker Hub. You can use publicly-available code, images, and your GitHub and Docker Hub accounts.. ## Workflow - Build the code and run unit tests.