Merge branch '2.1.x'

This commit is contained in:
Phillip Webb
2019-06-04 14:31:57 -07:00
36 changed files with 45 additions and 39 deletions

View File

@@ -43,4 +43,4 @@ if [[ ${existing_jdk_issues} = "" ]]; then
POST "https://api.github.com/repos/${GITHUB_ORGANIZATION}/${GITHUB_REPO}/issues" > /dev/null || { echo "Failed to create issue" >&2; exit 1; }
else
echo "Issue already exists."
fi
fi