Skip to content

Commit

Permalink
Revert "Fix up debian-10 nodeset installation steps"
Browse files Browse the repository at this point in the history
This reverts commit d5ae1b6.

adoptium/infrastructure#1399 has
been fixed now.
  • Loading branch information
Gavin Williams committed Jun 24, 2020
1 parent 65026fe commit dd8e94e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions spec/acceptance/nodesets/debian-10-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ HOSTS:
docker_preserve_image: true
docker_image_commands:
- apt-get install -yq apt-transport-https wget net-tools gpg ruby-augeas software-properties-common
# Switch to debian-security package. https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1399
- apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
- apt-get update && apt-get install openjdk-8-jdk-headless
# - wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
# - add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
# - apt update && apt-get install -yq adoptopenjdk-8-hotspot
- wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
- add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
- apt update && apt-get install -yq adoptopenjdk-8-hotspot
CONFIG:
log_level: warn

0 comments on commit dd8e94e

Please sign in to comment.