Skip to content

Commit

Permalink
🧪🚑 Shorten exceeding YAML line @ CI/CD def
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 8, 2024
1 parent 01d3442 commit 7fa6b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,8 @@ jobs:
run: >-
sed -i
-e 's/mirrorlist/#mirrorlist/g'
-e 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
-e
's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-*
shell: bash -eEuo pipefail {0}

Expand Down

0 comments on commit 7fa6b2c

Please sign in to comment.