From 68123d08d49b2e7a2607375b150a295f73366bf4 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Fri, 8 Nov 2019 23:12:43 +0100 Subject: [PATCH] FIX fix name origanization circleci (#632) --- .circleci/config.yml | 3 +++ build_tools/circle/push_doc.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f622524bb..4a70b3e7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,9 @@ jobs: - CONDA_ENV_NAME: testenv - PYTHON_VERSION: 3 steps: + - add_ssh_keys: + fingerprints: + - "34:ea:b1:d9:b1:e2:5d:79:81:c4:d0:39:ca:85:e1:ef" - checkout - run: ./build_tools/circle/checkout_merge_commit.sh - run: ./build_tools/circle/build_doc.sh diff --git a/build_tools/circle/push_doc.sh b/build_tools/circle/push_doc.sh index 649a8cf58..c7e2db83e 100755 --- a/build_tools/circle/push_doc.sh +++ b/build_tools/circle/push_doc.sh @@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1" cd $HOME if [ ! -d $DOC_REPO ]; -then git clone --depth 1 --no-checkout -b master "git@github.com:"$ORGAMIZATION"/"$DOC_REPO".git"; +then git clone --depth 1 --no-checkout -b master "git@github.com:"$ORGANIZATION"/"$DOC_REPO".git"; fi cd $DOC_REPO git config core.sparseCheckout true