Skip to content

Commit 60358cd

Browse files
committed
fixup
1 parent 9dc39f6 commit 60358cd

File tree

1 file changed

+0
-1
lines changed
  • build-farm/platform-specific-configurations

1 file changed

+0
-1
lines changed

build-farm/platform-specific-configurations/linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ function downloadBootJDK()
151151
apiSigURL=$(curl -v "${apiURL}" 2>&1 | tr -d \\r | awk '/^< Location:/{print $3 ".sig"}')
152152
if ! grep "No releases match the request" bootjdk.tar.gz; then
153153
curl -L -o bootjdk.tar.gz.sig "${apiSigURL}"
154-
curl
155154
gpg --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B
156155
echo -e "5\ny\n" | gpg --batch --command-fd 0 --expert --edit-key 3B04D753C9050D9A5D343F39843C48A565F8F04B trust;
157156
gpg --verify bootjdk.tar.gz.sig bootjdk.tar.gz || exit 1

0 commit comments

Comments
 (0)