From 13e45dbdb13d260ce2080253f58624c6f2763dd5 Mon Sep 17 00:00:00 2001 From: ConnectionMaster Date: Thu, 6 Aug 2020 16:54:32 -0500 Subject: [PATCH 1/4] Add .circleci/config.yml --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..01c267c --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,13 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference +version: 2.1 +# Use a package of configuration called an orb. +orbs: + # Declare a dependency on the welcome-orb + welcome: circleci/welcome-orb@0.4.1 +# Orchestrate or schedule a set of jobs +workflows: + # Name the workflow "welcome" + welcome: + # Run the welcome/run job in its own container + jobs: + - welcome/run \ No newline at end of file From 570a68c7f548c7d20c3cb92e9dc1e9d81bb2779e Mon Sep 17 00:00:00 2001 From: ConnectionMaster Date: Thu, 6 Aug 2020 16:56:40 -0500 Subject: [PATCH 2/4] Add .circleci/config.yml From 04bf45e17cf8a78c68198abdf70d68d6f809e957 Mon Sep 17 00:00:00 2001 From: ConnectionMaster Date: Thu, 6 Aug 2020 17:01:49 -0500 Subject: [PATCH 3/4] Add .circleci/config.yml From a3e4a384623cabc614b85d81e16d5c4500a6eb69 Mon Sep 17 00:00:00 2001 From: ConnectionMaster Date: Wed, 19 Aug 2020 05:31:18 -0500 Subject: [PATCH 4/4] Add .circleci/config.yml