Skip to content

Commit 8aea914

Browse files
committed
Remove obsolete step from CircleCI build
Signed-off-by: Fabian Stäber <[email protected]>
1 parent 7a6d5f1 commit 8aea914

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
@@ -16,7 +16,7 @@ jobs:
1616
- checkout
1717
- restore_cache:
1818
key: maven-dependencies-{{ checksum "pom.xml" }}
19-
- run: cd protobuf-shaded && ../mvnw install && cd ..
19+
# - run: cd protobuf-shaded && ../mvnw install && cd ..
2020
- run: ./mvnw clean install
2121
- run: ./mvnw javadoc:jar
2222
- save_cache:

0 commit comments

Comments
 (0)