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

Fix typo in yum command #315

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Fix typo in yum command #315

merged 1 commit into from
Jul 27, 2023

Conversation

smortex
Copy link
Member

@smortex smortex commented Jul 27, 2023

Fixes:

{"stream":"Step 7/9 : RUN yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss"}
{"stream":"\n"}
{"stream":" ---\u003e Running in f1b3d7cc1eae\n"}
{"stream":"Loaded plugins: fastestmirror, ovl\n"}
{"stream":"\u001b[91mNo such command: intall. Please use /usr/bin/yum --help\n\u001b[0m"}
{"errorDetail":{"code":1,"message":"The command '/bin/sh -c yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss' returned a non-zero code: 1"},"error":"The command '/bin/sh -c yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss' returned a non-zero code: 1"}

Fixes:
```
{"stream":"Step 7/9 : RUN yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss"}
{"stream":"\n"}
{"stream":" ---\u003e Running in f1b3d7cc1eae\n"}
{"stream":"Loaded plugins: fastestmirror, ovl\n"}
{"stream":"\u001b[91mNo such command: intall. Please use /usr/bin/yum --help\n\u001b[0m"}
{"errorDetail":{"code":1,"message":"The command '/bin/sh -c yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss' returned a non-zero code: 1"},"error":"The command '/bin/sh -c yum intall -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss' returned a non-zero code: 1"}
```
@smortex smortex added the bug label Jul 27, 2023
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0e159c6) 0.74% compared to head (6886cd4) 0.74%.
Report is 1 commits behind head on master.

❗ Current head 6886cd4 differs from pull request most recent head 4c03fda. Consider uploading reports for the commit 4c03fda to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #315   +/-   ##
======================================
  Coverage    0.74%   0.74%           
======================================
  Files          15      15           
  Lines        1756    1756           
======================================
  Hits           13      13           
  Misses       1743    1743           
Files Changed Coverage Δ
lib/beaker-hostgenerator/hypervisor/docker.rb 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@smortex smortex merged commit 7e5657c into master Jul 27, 2023
6 checks passed
@smortex smortex deleted the fix-yum-install-older-rhel branch July 27, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants