Skip to content

Commit

Permalink
Use new mpl-animators key
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 12, 2024
1 parent 8d0d3e5 commit f4454c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- image: cimg/python:3.11.6
environment:
TOXENV: << parameters.jobname >>
GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_81487513a647e1b6ec0b73b589be0ba5
# GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_81487513a647e1b6ec0b73b589be0ba5
steps:
- checkout
- run: *skip-check
Expand All @@ -73,7 +73,7 @@ jobs:
- run: ssh-add -D
# Add private key for deploying to the figure tests repo
- add_ssh_keys:
fingerprints: "81:48:75:13:a6:47:e1:b6:ec:0b:73:b5:89:be:0b:a5"
fingerprints: "SHA256:jPMMfjugXtgV9Rx7nD4XuEB8Bs8mvFlr3lUy80A1kVQ"
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts
- run: git config --global user.email "sunpy@circleci" && git config --global user.name "SunPy Circle CI"
- run: git clone git@github.com:sunpy/sunpy-figure-tests.git --depth 1 -b mpl-animators-${CIRCLE_BRANCH} ~/sunpy-figure-tests/
Expand Down

0 comments on commit f4454c6

Please sign in to comment.