Skip to content

Commit

Permalink
Remove unnecessary SSH key fingerprint from CircleCI config (mapbox#1950
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jush authored Jan 18, 2023
1 parent c41d04c commit 2524db0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@ jobs:
value: << pipeline.git.branch >>
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "3b:cd:47:bf:57:9c:e5:36:b0:4d:5f:12:5e:d3:b3:3e"
- restore-gradle-cache
- init-aws
- set-pr-target-branch
Expand Down Expand Up @@ -657,9 +654,6 @@ jobs:
value: << pipeline.git.branch >>
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "3b:cd:47:bf:57:9c:e5:36:b0:4d:5f:12:5e:d3:b3:3e"
- validate-internal-ci
- run: exit 0

Expand Down Expand Up @@ -849,9 +843,6 @@ jobs:
value: << pipeline.git.branch >>
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "3b:cd:47:bf:57:9c:e5:36:b0:4d:5f:12:5e:d3:b3:3e"
- restore-gradle-cache
- generate-sanity-test
- build-module:
Expand Down Expand Up @@ -893,9 +884,6 @@ jobs:
pattern: << pipeline.parameters.changelog_branch >>
value: << pipeline.git.branch >>
steps:
- add_ssh_keys:
fingerprints:
- 3b:cd:47:bf:57:9c:e5:36:b0:4d:5f:12:5e:d3:b3:3e
- checkout
- init-aws
- run:
Expand Down

0 comments on commit 2524db0

Please sign in to comment.