From 17ec264848d39d17fbc9577926e584e4dec54f8a Mon Sep 17 00:00:00 2001 From: Umang Date: Sat, 9 Apr 2022 16:08:26 -0400 Subject: [PATCH] Fixes #87; Auth pipeline CD --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5d0207..70a70d6 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: - - "4a:ae:30:f4:14:d0:a0:df:0b:d4:73:ff:2f:2a:ce:0d" + - "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