From dc125a3c36cb6a37b42314a480a258ed7e249129 Mon Sep 17 00:00:00 2001 From: migurski Date: Fri, 20 Jan 2017 14:37:18 -0800 Subject: [PATCH 1/2] Updated tickler config for new docs repository name --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index 6aa37a3..15ff94e 100644 --- a/circle.yml +++ b/circle.yml @@ -11,4 +11,7 @@ deployment: branch: "master" commands: - pip install 'Circle-Tickler == 1.0.1' + # remove this soon once new repo is verified - tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN + # new new new + - tickle-circle mapzen documentation master $CIRCLE_TOKEN From 817bdea707b7d95c073571b901518d7b0c49dfd3 Mon Sep 17 00:00:00 2001 From: migurski Date: Fri, 20 Jan 2017 15:18:19 -0800 Subject: [PATCH 2/2] Update circle.yml --- circle.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 15ff94e..ea4d991 100644 --- a/circle.yml +++ b/circle.yml @@ -11,7 +11,5 @@ deployment: branch: "master" commands: - pip install 'Circle-Tickler == 1.0.1' - # remove this soon once new repo is verified - - tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN - # new new new - - tickle-circle mapzen documentation master $CIRCLE_TOKEN + # remove the first run once new repo is verified + - tickle-circle mapzen mapzen-docs-generator master $CIRCLE_TOKEN || tickle-circle mapzen documentation master $CIRCLE_TOKEN