CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Update branch in config to reflect branch change to main #112

Closed JalexChen closed 2 years ago

JalexChen commented 2 years ago

if [ "${CIRCLE_BRANCH}" == "master" ]; then to if [ "${CIRCLE_BRANCH}" == "main" ]; then

JalexChen commented 2 years ago

migration to main complete. closing this out