Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add key pair #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

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