Skip to content

Commit

Permalink
Disable extra ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh authored May 13, 2024
1 parent 9f0fadf commit 127c772
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ commands:
cached-checkout-for-pushing:
description: "Configure a cached checkout that can push upstream"
steps:
- add_ssh_keys:
fingerprints:
- "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
#- "5e:70:a4:1a:f3:9f:39:ca:2a:d9:b5:9a:6c:2b:c3:66"
#- add_ssh_keys:
# fingerprints:
# - "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
# #- "5e:70:a4:1a:f3:9f:39:ca:2a:d9:b5:9a:6c:2b:c3:66"
- cached-checkout
- run:
name: Create git identity
Expand Down Expand Up @@ -1739,10 +1739,10 @@ jobs:
create-merge-foundation-branch:
<<: *docker_container_config
steps:
- add_ssh_keys:
fingerprints:
- "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
#- "66:9a:2d:a8:ad:7b:cc:7c:d2:ee:55:94:01:72:ac:2a"
#- add_ssh_keys:
# fingerprints:
# - "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
# #- "66:9a:2d:a8:ad:7b:cc:7c:d2:ee:55:94:01:72:ac:2a"
- run:
name: "Branch Merge Parameters"
command: |
Expand Down Expand Up @@ -1796,10 +1796,10 @@ jobs:
- when:
condition: << pipeline.parameters.main_branch >>
steps:
- add_ssh_keys:
fingerprints:
- "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
#- "4a:0a:cb:11:a3:33:b1:14:e9:cb:db:41:76:fa:a3:bf"
#- add_ssh_keys:
# fingerprints:
# - "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
# #- "4a:0a:cb:11:a3:33:b1:14:e9:cb:db:41:76:fa:a3:bf"
- restore_cache:
keys:
- meridian-v1-{{ .Branch }}-{{ .Revision }}
Expand Down Expand Up @@ -1842,10 +1842,10 @@ jobs:
- when:
condition: << pipeline.parameters.main_branch >>
steps:
- add_ssh_keys:
fingerprints:
- "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
#- "45:4b:bc:36:e7:c7:b3:d3:3b:b8:87:f3:b5:f2:c1:58"
#- add_ssh_keys:
# fingerprints:
# - "6a:c7:42:e6:e3:26:76:95:f4:0a:7a:5b:9c:b3:19:0e"
# #- "45:4b:bc:36:e7:c7:b3:d3:3b:b8:87:f3:b5:f2:c1:58"
- restore_cache:
keys:
- poweredby-v1-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit 127c772

Please sign in to comment.