Skip to content

Commit 27ee994

Browse files
authored
Merge pull request #934 from MarathonLabs/fix/publish-only-configuration
fix(ci): publish only configuration
2 parents 1b35c13 + 08fcb5d commit 27ee994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .buildsystem/deploy-github.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818

1919
ASSEMBLE_TARGETS=""
2020
PUBLISH_TARGETS=""
21-
for i in ":core" ":vendor:vendor-android" ":report:execution-timeline" ":report:html-report" ":analytics:usage" ":configuration"; do
21+
for i in ":configuration"; do
2222
ASSEMBLE_TARGETS="$ASSEMBLE_TARGETS $i:assemble"
2323
PUBLISH_TARGETS="$PUBLISH_TARGETS $i:publishAllPublicationsToGitHubRepository"
2424
done

Diff for: .buildsystem/deploy-sonatype.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818

1919
ASSEMBLE_TARGETS=""
2020
PUBLISH_TARGETS=""
21-
for i in ":core" ":vendor:vendor-android" ":report:execution-timeline" ":report:html-report" ":analytics:usage" ":configuration"; do
21+
for i in ":configuration"; do
2222
ASSEMBLE_TARGETS="$ASSEMBLE_TARGETS $i:assemble"
2323
PUBLISH_TARGETS="$PUBLISH_TARGETS $i:publishAllPublicationsToOSSHRRepository"
2424
done

0 commit comments

Comments
 (0)