From 807d38a3faec5916d482f105de7693ac3a940d92 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 4 Jun 2019 14:23:38 +0100 Subject: [PATCH] Added circleci --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7c6e345..51202818 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,5 @@ version: 2 jobs: - # Install PipelineWise components: - # Singer components - # FastSync components - # Command Line Interface build: docker: - image: circleci/python:3.6.2 @@ -11,21 +7,6 @@ jobs: - checkout - run: ./install.sh - - # For documentation deployment. You'll need the following environment vars - # in your Circle CI settings, otherwise this will not work. - # - # GH_NAME (your git username) - # GH_EMAIL (your git email) - # GH_TOKEN (the personal Git token with pushes enabled) - deploy-doc: - docker: - - image: circleci/python:3.6.2 - working_directory: ~/gh_doc_automation - steps: - - checkout - - # target-snowflake - run: name: install dependencies command: |