File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ jobs:
310310 image :
311311 - debian:11
312312 - debian:12
313+ - debian:13
313314 - ubuntu:22.04
314315 - ubuntu:latest
315316 runs-on : ubuntu-latest
@@ -335,8 +336,8 @@ jobs:
335336 apt update
336337 apt install -y wget gnupg
337338
338- wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | apt-key add -
339- echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
339+ wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
340+ echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-keyring.gpg] ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
340341
341342 apt update
342343 apt install -y cf${VERSION_MAJOR}-cli
You can’t perform that action at this time.
0 commit comments