From b6b5fb3b2e70c3567609d6d66f54d84ce3761e1d Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:44:49 +0530 Subject: [PATCH 01/12] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89308fe..152fd57 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ Great for testing simple deployments to the cloud ### Ports Used: `http://localhost:3000 -http://localhost:3001` \ No newline at end of file +http://localhost:3001` + +its running From 5bfcc0fa213ab57e6765e73afac64650a9607661 Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:28:32 +0530 Subject: [PATCH 02/12] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 152fd57..d536a8c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Great for testing simple deployments to the cloud ## Run It `npm start` +#knolder_naincy ### Ports Used: `http://localhost:3000 http://localhost:3001` -its running + From 67a8688d0b2ee196c1b453fb2c6ecc55a7b9772c Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:42:42 +0530 Subject: [PATCH 03/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d536a8c..b1a72b3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Great for testing simple deployments to the cloud `npm start` #knolder_naincy +#chl jaao plzz + ### Ports Used: `http://localhost:3000 http://localhost:3001` From f0a02c4c206fee2a1579ff869b6c8543b13afb47 Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:46:43 +0530 Subject: [PATCH 04/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a72b3..a196db7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Great for testing simple deployments to the cloud ## Run It `npm start` -#knolder_naincy + #chl jaao plzz From 47771c87fee80e1a65df6f7c9322efbe657280da Mon Sep 17 00:00:00 2001 From: naincykumari123 <87004609+naincykumari123@users.noreply.github.com> Date: Tue, 24 Aug 2021 15:50:44 +0530 Subject: [PATCH 05/12] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a196db7..843e5c3 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ Great for testing simple deployments to the cloud ## Run It `npm start` - - -#chl jaao plzz +#He Bhagwan ### Ports Used: `http://localhost:3000 From 3a74ba41b4d819cff726f7262bab8973dafe27f0 Mon Sep 17 00:00:00 2001 From: naincykumari123 <87004609+naincykumari123@users.noreply.github.com> Date: Tue, 24 Aug 2021 15:51:09 +0530 Subject: [PATCH 06/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843e5c3..4d960e9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Great for testing simple deployments to the cloud ## Run It `npm start` -#He Bhagwan +#he bhagwan ### Ports Used: `http://localhost:3000 From b401861a01127e19a95be73fca0f7541d0d849de Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:18:00 +0530 Subject: [PATCH 07/12] added yml file --- node-hello.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 node-hello.yml diff --git a/node-hello.yml b/node-hello.yml new file mode 100644 index 0000000..90dfc8a --- /dev/null +++ b/node-hello.yml @@ -0,0 +1,35 @@ +resources: +- name: repo + type: git + source: + uri: https://github.com/NaincyKumariKnoldus/node-hello + branch: main + +- name: node-hello + type: registry-image-resource + source: + repository: node + tag: 13.10.1-stretch +jobs: +- name: test + plan: + - get: repo + - get: node-hello + trigger: true + - task: install + image: node-hello + config: + inputs: + - name: repo + outputs: + - name: dependencies + path: repo/node_modules + platform: linux + run: + path: /bin/bash + args: + - -ec + - | + cd repo + npm install + npm pack From 36b3eba975f8dc9ce5cb2b784bc38d26ac483110 Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:40:17 +0530 Subject: [PATCH 08/12] added file --- config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..37edaac --- /dev/null +++ b/config.yml @@ -0,0 +1,21 @@ +# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml' +version: 2.1 + +# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. +# See: https://circleci.com/docs/2.0/orb-intro/ +orbs: + node: circleci/node@4.7 + +# Invoke jobs via workflows +# See: https://circleci.com/docs/2.0/configuration-reference/#workflows +workflows: + sample: # This is the name of the workflow, feel free to change it to better match your workflow. + # Inside the workflow, you define the jobs you want to run. + jobs: + - node/test: + # This is the node version to use for the `cimg/node` tag + # Relevant tags can be found on the CircleCI Developer Hub + # https://circleci.com/developer/images/image/cimg/node + version: '16.10' + # If you are using yarn, change the line below from "npm" to "yarn" + pkg-manager: npm From 0bac36566a6bb6ab24e136378595627d58989e5a Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:41:09 +0530 Subject: [PATCH 09/12] Delete config.yml --- config.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.yml diff --git a/config.yml b/config.yml deleted file mode 100644 index 37edaac..0000000 --- a/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml' -version: 2.1 - -# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. -# See: https://circleci.com/docs/2.0/orb-intro/ -orbs: - node: circleci/node@4.7 - -# Invoke jobs via workflows -# See: https://circleci.com/docs/2.0/configuration-reference/#workflows -workflows: - sample: # This is the name of the workflow, feel free to change it to better match your workflow. - # Inside the workflow, you define the jobs you want to run. - jobs: - - node/test: - # This is the node version to use for the `cimg/node` tag - # Relevant tags can be found on the CircleCI Developer Hub - # https://circleci.com/developer/images/image/cimg/node - version: '16.10' - # If you are using yarn, change the line below from "npm" to "yarn" - pkg-manager: npm From 71b9ac8aacfbb651443e845d788db1eea4ca2c09 Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:41:38 +0530 Subject: [PATCH 10/12] Create node.circleci --- node.circleci | 1 + 1 file changed, 1 insertion(+) create mode 100644 node.circleci diff --git a/node.circleci b/node.circleci new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/node.circleci @@ -0,0 +1 @@ + From dedfcb3162374d2805010d3480c17a2f8950b1be Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:42:01 +0530 Subject: [PATCH 11/12] Delete node.circleci --- node.circleci | 1 - 1 file changed, 1 deletion(-) delete mode 100644 node.circleci diff --git a/node.circleci b/node.circleci deleted file mode 100644 index 8b13789..0000000 --- a/node.circleci +++ /dev/null @@ -1 +0,0 @@ - From 7c13f6220613bcc3ca98a01acc4023a09e074e5e Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:50:25 +0530 Subject: [PATCH 12/12] Add .circleci/config.yml --- .circleci/config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..37edaac --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,21 @@ +# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml' +version: 2.1 + +# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. +# See: https://circleci.com/docs/2.0/orb-intro/ +orbs: + node: circleci/node@4.7 + +# Invoke jobs via workflows +# See: https://circleci.com/docs/2.0/configuration-reference/#workflows +workflows: + sample: # This is the name of the workflow, feel free to change it to better match your workflow. + # Inside the workflow, you define the jobs you want to run. + jobs: + - node/test: + # This is the node version to use for the `cimg/node` tag + # Relevant tags can be found on the CircleCI Developer Hub + # https://circleci.com/developer/images/image/cimg/node + version: '16.10' + # If you are using yarn, change the line below from "npm" to "yarn" + pkg-manager: npm