Skip to content

Commit 3187930

Browse files
committed
Clean up
1 parent 45dceec commit 3187930

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,24 @@ jobs:
3232
env:
3333
IMAGE: ${{ matrix.image }}
3434
run: |
35-
set +ex
3635
docker run \
3736
--interactive \
3837
--rm \
3938
${IMAGE} <<EOC
40-
# set -o pipefail -e
39+
set -o pipefail -e
4140
4241
apt update
4342
apt install -y wget gnupg curl
4443
45-
# wget -q -O /usr/share/keyrings/cloudfoundry-archive-keyring.gpg ${CLAW_URL}/debian/cli.cloudfoundry.org.key
46-
# echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-archive-keyring.gpg] ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
47-
4844
curl -fsSL https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cloudfoundry-keyring.gpg
4945
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
5046
51-
# wget -qO- https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor | tee /usr/share/keyrings/cloudfoundry-archive-keyring.gpg > /dev/null
52-
# echo "deb [signed-by=/usr/share/keyrings/cloudfoundry-archive-keyring.gpg] https://packages.cloudfoundry.org/debian stable main" > /etc/apt/sources.list.d/cloudfoundry-cli.list
53-
54-
# wget -q -O - ${CLAW_URL}/debian/cli.cloudfoundry.org.key | apt-key add -
55-
# echo "deb ${CLAW_URL}/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list
56-
5747
apt update
5848
apt install -y cf${VERSION_MAJOR}-cli
5949
6050
which cf
6151
62-
# set -x
52+
set -x
6353
6454
cf -v
6555
cf${VERSION_MAJOR} -v

0 commit comments

Comments
 (0)