mapzen / documentation

Configuration files, tools, and content to build Mapzen's documentation
https://mapzen.com/documentation
MIT License
25 stars 22 forks source link

Update circle tickle for new documentation repo name #243

Closed nvkelso closed 7 years ago

nvkelso commented 7 years ago

Prepare pull requests with Circle notifications in these upstream documentation repositories:

Where Cleanup means that we have gone in to remove the old repo name in the circle.yml after we rename mapzen-docs-generator to documentation.

Follow-up to #223 and #224.

migurski commented 7 years ago

We are expecting to change the name of this repository to "documentation", so we’d need to update the tickle-circle line in circle.yml for each of those repos to point to the new name. Best approach would be to add a new line, then change the repo name, then remove the old line for each. This would make it possible to take a fig bar break of undetermined length during a process which might take a week or two.

rmglennon commented 7 years ago

Also need to change the Environment Variable in each repo that is docs-specifics in Circle to my token. If we miss one, the build will fail and we'll know we missed it (not a big deal).

migurski commented 7 years ago

Just waiting on Vector Tiles now! Then we can rename this repo freely.

nvkelso commented 7 years ago

Vector tiles has been merged, renaming can commence.

migurski commented 7 years ago

@rmglennon did the big rename!

migurski commented 7 years ago

We had some odd cache failures in Circle that turned out to also involve a missing installation step here. Fixed in https://github.com/mapzen/documentation/pull/248, now waiting for the PRs above to be approved by each team.

nvkelso commented 7 years ago

Added note that Cartography docs doesn't have CircleCI integration yet, either (same as Libpostal).

rmglennon commented 7 years ago

These are all fixed!

rmglennon commented 7 years ago

@nvkelso added CircleCI to cartography docs, now only Libpostal needs it.