Skip to content

Conversation

@colbynh
Copy link

@colbynh colbynh commented Sep 19, 2023

Allows user to add a key pair to a runner

@colbynh colbynh changed the title Add key pair feat: Add key pair Sep 19, 2023
Comment on lines 61 to +72
# --- install: core -----------------------------



yum upgrade -y

dnf install -y docker

dnf upgrade --refresh rpm glibc
rm /var/lib/rpm/.rpm.lock
dnf -y update

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this related to adding a key pair? Maybe it should be removed? If it is required, I provided a suggestion to remove the extra white spaces.

Suggested change
# --- install: core -----------------------------
yum upgrade -y
dnf install -y docker
dnf upgrade --refresh rpm glibc
rm /var/lib/rpm/.rpm.lock
dnf -y update
# --- install: core -----------------------------
yum upgrade -y
dnf install -y docker
dnf upgrade --refresh rpm glibc
rm /var/lib/rpm/.rpm.lock
dnf -y update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants