Skip to content

Commit 68123d0

Browse files
committed
FIX fix name origanization circleci (#632)
1 parent 0de197e commit 68123d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- CONDA_ENV_NAME: testenv
1515
- PYTHON_VERSION: 3
1616
steps:
17+
- add_ssh_keys:
18+
fingerprints:
19+
- "34:ea:b1:d9:b1:e2:5d:79:81:c4:d0:39:ca:85:e1:ef"
1720
- checkout
1821
- run: ./build_tools/circle/checkout_merge_commit.sh
1922
- run: ./build_tools/circle/build_doc.sh

Diff for: build_tools/circle/push_doc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1"
2727

2828
cd $HOME
2929
if [ ! -d $DOC_REPO ];
30-
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGAMIZATION"/"$DOC_REPO".git";
30+
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGANIZATION"/"$DOC_REPO".git";
3131
fi
3232
cd $DOC_REPO
3333
git config core.sparseCheckout true

0 commit comments

Comments
 (0)