Skip to content

Commit

Permalink
corrected yum update
Browse files Browse the repository at this point in the history
  • Loading branch information
etcart committed Aug 14, 2024
1 parent 1799885 commit 876ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 876ef18

Please sign in to comment.