Skip to content

Commit

Permalink
FIX fix name origanization circleci (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Nov 8, 2019
1 parent 0de197e commit 68123d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_tools/circle/push_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]:"$ORGAMIZATION"/"$DOC_REPO".git";
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGANIZATION"/"$DOC_REPO".git";
fi
cd $DOC_REPO
git config core.sparseCheckout true
Expand Down

0 comments on commit 68123d0

Please sign in to comment.