From 876ef1803785f7c73108a5ed799eb2cfc1619166 Mon Sep 17 00:00:00 2001 From: etcart Date: Wed, 14 Aug 2024 10:58:15 -0400 Subject: [PATCH] corrected yum update --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24b90e1..2b88473 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: GIT_API_URL: https://api.github.com/repos ZIPFILENAME: cumulus-message-adapter.zip command: | - yum update && yum install -y zip openssh-clients git curl make jq binutils + yum update -y && yum install -y zip openssh-clients git curl make jq binutils mkdir -p ~/.ssh ssh-keyscan github.com >> ~/.ssh/known_hosts VERSION=`awk -F\' '{print $2,$4}' message_adapter/version.py`