From 5cb87964bf5c36cd8757513b96288268540bf5df Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Tue, 21 May 2019 14:52:20 -0700 Subject: [PATCH] update circleci config --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f0b0d741..d1de3604 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,16 +1,8 @@ -# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/ version: 2.1 - -# Use a package of configuration called an orb, see https://circleci.com/docs/2.0/orb-intro/ orbs: - # Declare a dependency on the welcome-orb welcome: circleci/welcome-orb@0.3.1 -# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/ workflows: - # Name the workflow "Welcome" - Welcome: - # Run the welcome/run job in its own container + build: jobs: - - welcome/run - lint \ No newline at end of file