From 3e961b6c4e5435671821dfa3d1406ae05cbff501 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Mon, 25 Nov 2019 17:12:48 -0500 Subject: [PATCH 1/2] run ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ab0e0d61..7b71b0b72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ # Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details -# + version: 2 jobs: build: From d4f3403ffda110713e6517964680472b40c007dd Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Tue, 26 Nov 2019 11:49:53 -0500 Subject: [PATCH 2/2] using scripts from feature branch --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b71b0b72..44a1d6d77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,8 @@ jobs: . venv/bin/activate echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 - curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py - curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py + curl https://raw.githubusercontent.com/plotly/documentation/f32dd8f57f6a689f9a6df8983086d739cc9ee9fa/front-matter-ci.py > front-matter-ci.py + curl https://raw.githubusercontent.com/plotly/documentation/f32dd8f57f6a689f9a6df8983086d739cc9ee9fa/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then