From 1068e164a303622cdcb028ff57565edde07013d7 Mon Sep 17 00:00:00 2001 From: Eric Timmons <etimmons@mit.edu> Date: Mon, 30 Nov 2020 23:11:05 -0500 Subject: [PATCH] Fix extract-nightly-commit.sh --- extract-nightly-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-nightly-commit.sh b/extract-nightly-commit.sh index c85e600..15e35d2 100755 --- a/extract-nightly-commit.sh +++ b/extract-nightly-commit.sh @@ -2,4 +2,4 @@ set -e -grep -e "^ENV ABCL_COMMIT" nightly/buster/Dockerfile | cut -d" " -f 3 +grep -e "^ENV ABCL_COMMIT" nightly/buster/jdk-11/Dockerfile | cut -d" " -f 3 -- GitLab