From aea030362964bcc5f84ffd3ac3542b200346a64c Mon Sep 17 00:00:00 2001 From: Umang Date: Sat, 9 Apr 2022 15:35:23 -0400 Subject: [PATCH] fixes #87;atmospher instance --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 788d062..b500b35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # a collection of steps steps: # a collection of executable commands - add_ssh_keys: fingerprints: - - "af:d3:f0:fa:29:1b:5b:d4:27:1a:38:f8:d7:1d:74:c5" + - "4a:ae:30:f4:14:d0:a0:df:0b:d4:73:ff:2f:2a:ce:0d" - checkout: # check out source code to working directory path: ~/DSDUMMIES