Skip to content

Commit

Permalink
Merge pull request #1105 from lightbend/fix_parent_circleci
Browse files Browse the repository at this point in the history
chore: restoring parent branch in circleci
  • Loading branch information
octonato authored Sep 11, 2022
2 parents bb99c86 + d71ce01 commit cc6048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands:
git config user.email "[email protected]"
git config user.name "CircleCI"
- build-tools/merge-with-parent:
parent: spring-sdk # we need to revert this when merging back into main
parent: main

install-java-11:
description: install openjdk-11
Expand Down

0 comments on commit cc6048b

Please sign in to comment.