From e519ff8c1c65e8588d16c2dfaf4ea06f226a4aae Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 2 Feb 2020 21:08:10 +0000 Subject: % Updated CCI Build Configuration. --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e9f57d299..a70e1368c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,11 @@ jobs: JVM_OPTS: -Xms2048m Xmx4000m - steps: + steps: + - add_ssh_keys: + fingerprints: + - "17:37:c7:07:d3:2b:a9:b8:b8:8f:e8:d5:23:fd:9a:4c" + - checkout - run: @@ -51,7 +55,7 @@ jobs: - run: name: Run Build Script - command: sh RunScript.sh + command: sh RunScript.sh "17:37:c7:07:d3:2b:a9:b8:b8:8f:e8:d5:23:fd:9a:4c" - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: build/libs -- cgit