Skip to content
Snippets Groups Projects
Commit 07c0a583 authored by Henrik Triem's avatar Henrik Triem
Browse files

Remove a dnf clean all in install-docker-rpm

parent b518d45c
No related branches found
No related tags found
No related merge requests found
Pipeline #26194 passed
...@@ -14,7 +14,6 @@ run() { ...@@ -14,7 +14,6 @@ run() {
echo "Activating RHEL 9 subscription" echo "Activating RHEL 9 subscription"
sudo subscription-manager register --name=icinga-gitlab-runner-el9 --org=7980812 --activationkey=GitLab_Chahng0wah sudo subscription-manager register --name=icinga-gitlab-runner-el9 --org=7980812 --activationkey=GitLab_Chahng0wah
sudo dnf clean all
sudo subscription-manager repos --enable "codeready-builder-for-rhel-9-x86_64-rpms" sudo subscription-manager repos --enable "codeready-builder-for-rhel-9-x86_64-rpms"
sudo dnf clean all sudo dnf clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment