From 0e088093ee273398d0cfc5afce810267c2f49fa7 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Oct 2022 16:03:11 -0700 Subject: [PATCH] Delete circleci config --- .circleci/config.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index b219d735..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2.1 - -jobs: - say-hello: - docker: - - image: cimg/base:stable - steps: - - checkout - - run: - name: "Say hello" - command: "echo Hello, World!" - -workflows: - say-hello-workflow: - jobs: - - say-hello