We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37aa2e8 commit eee15d8Copy full SHA for eee15d8
.circleci/config.yml
@@ -51,6 +51,7 @@ references:
51
sudo apt-get install -y wget apt-transport-https gnupg
52
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
53
echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
54
+ sudo apt update -y
55
sudo apt install -y temurin-8-jdk
56
57
deploy_to_staging: &deploy-to-staging
0 commit comments