Skip to content

Commit cc6048b

Browse files
authored
Merge pull request #1105 from lightbend/fix_parent_circleci
chore: restoring parent branch in circleci
2 parents bb99c86 + d71ce01 commit cc6048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
git config user.email "[email protected]"
1515
git config user.name "CircleCI"
1616
- build-tools/merge-with-parent:
17-
parent: spring-sdk # we need to revert this when merging back into main
17+
parent: main
1818

1919
install-java-11:
2020
description: install openjdk-11

0 commit comments

Comments
 (0)