mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
remove set -e from java installation
This commit is contained in:
@@ -9,8 +9,6 @@ source $HELPER_SCRIPTS/document.sh
|
|||||||
|
|
||||||
DEFAULT_JDK_VERSION=8
|
DEFAULT_JDK_VERSION=8
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Install the Azul Systems Zulu JDKs
|
# Install the Azul Systems Zulu JDKs
|
||||||
# See https://www.azul.com/downloads/azure-only/zulu/
|
# See https://www.azul.com/downloads/azure-only/zulu/
|
||||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
|
||||||
|
|||||||
Reference in New Issue
Block a user