Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Added circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jun 4, 2019
1 parent 4840337 commit 807d38a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,12 @@
version: 2
jobs:
# Install PipelineWise components:
# Singer components
# FastSync components
# Command Line Interface
build:
docker:
- image: circleci/python:3.6.2
steps:
- 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: |
Expand Down

0 comments on commit 807d38a

Please sign in to comment.