Browse Source

Merge pull request #165 from pelias/migurski/add-to-pipeline

Added no-tests Circle file to join the docs pipeline
pull/166/head
migurski 8 years ago committed by GitHub
parent
commit
d624f1dbae
  1. 14
      circle.yml

14
circle.yml

@ -0,0 +1,14 @@
machine:
python:
version: 2.7.10
test:
override:
- echo "Fine, whatever."
deployment:
release:
branch: "master"
commands:
- pip install 'Circle-Tickler == 1.0.1'
- tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN
Loading…
Cancel
Save