Skip to content

Commit 7e4f2d0

Browse files
committed
Debian 10 patch
1 parent 7833ce7 commit 7e4f2d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
FILE='spec/fixtures/litmus_inventory.yaml'
106106
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
107107
108+
- name: "Fix Debian 10 EOL repositories"
109+
if: contains(matrix.platforms.image, 'debian-10') || contains(matrix.platforms.image, 'buster')
110+
run: |
111+
bundle exec bolt command run "sed -i 's|deb.debian.org|archive.debian.org|g' /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org|g' /etc/apt/sources.list && sed -i '/buster-updates/d' /etc/apt/sources.list" -t ssh_nodes -i spec/fixtures/litmus_inventory.yaml
112+
108113
- name: "Install Puppet agent"
109114
run: |
110115
if [[ "${{ matrix.collection.version }}" ]] ; then

0 commit comments

Comments
 (0)