Skip to content

Commit 455879c

Browse files
committed
Debian 13 testing
1 parent 0e0ce46 commit 455879c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
apt update
4242
apt install -y wget gnupg curl
4343
44-
# curl -fsSL https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
45-
# echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry.list
44+
curl -fsSL https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
45+
echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry.list
4646
47-
wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | gpg --dearmor
48-
echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
47+
# wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | apt-key add -
48+
# echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
49+
50+
# wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | gpg --dearmor
51+
# echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
4952
5053
apt update
5154
apt install -y cf${VERSION_MAJOR}-cli

0 commit comments

Comments
 (0)